You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently we don't have great test coverage of how fully a data set is retrieved.
Describe the solution you'd like
We have some easy wins here by making use of the direct CSV downloads or the CSV endpoint of the API (soon to be added) to compare a full CSV against the parsed paginated response.
Describe alternatives you've considered
Nothing else so far.
Additional context
Could use something like waldo to compare the whole data frame, though would need to consider ordering if doing this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently we don't have great test coverage of how fully a data set is retrieved.
Describe the solution you'd like
We have some easy wins here by making use of the direct CSV downloads or the CSV endpoint of the API (soon to be added) to compare a full CSV against the parsed paginated response.
Describe alternatives you've considered
Nothing else so far.
Additional context
Could use something like waldo to compare the whole data frame, though would need to consider ordering if doing this.
The text was updated successfully, but these errors were encountered: