-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pandas helper functions for get_stat_* #144
Conversation
…pd input function.
…tly double quoted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some meta questions around how we're structuring this library, as well as whether we should do the selection to cover most geos in this library or in the mixer (my vote for the latter, so that we get standardized behavior across clients).
…ll_by_obs_options.
…cpandas to datacommons_pandas.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, agree with the meta-changes you outlined. some outstanding comments still in df_builder.py
The structure looks much cleaner now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the investigation, i think this solution works well!
i still have some unaddressed comments on df_builder.py (they seem to have gotten collapsed). could you take a look at those? mostly around readability and reusability of the selection logic.
…lder; add test for raising no data error; fix various tests that were returning the type HTTPError instead of an instance of HTTPError.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for making all the changes!
No description provided.