-
Notifications
You must be signed in to change notification settings - Fork 45
Add pandas helper functions for get_stat_* #144
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
e05e404
Add pandas wrapper function for time series data frame.
tjann 2f070fd
Save work so far on pandas.
tjann b1feeca
Minor edits.
tjann 516033b
Add function for creating covariate pandas df.
tjann 529aeb3
Add latest date sorting to covariate as well. Add test for covariate …
tjann a7868e2
stat_vars_test: make response and expected response strings consisten…
tjann ea3c2ff
Add an example for covariate_pd_input
tjann ab3f755
Make stat_var examples quoting consistent.
tjann e72ae4a
Create dcpandas module that uses pandas natively.
tjann 32a0284
Do the python release in another PR.
tjann 160eee6
Remove stale refs in datacommons library to pandas features.
tjann 771b0a5
Update pandas readme.
tjann 5a86466
Cleanup format.
tjann 5780970
Remove pd-related mocks from python testing.
tjann cb83487
Cosmetics.
tjann 85b3a9b
Update docstring
tjann 4044c03
Fix import statement for pip. Always sort time series df columns.
tjann d6290be
Restore pandas setup to prepare for release.
tjann 4bba808
change _group_stat_all_by_obs_options mode parameter to time_series b…
tjann c81eaa6
Address some documentation suggestions from cyin.
tjann d3a618d
Fix bug from reassigning parameter time_series value in _group_stat_a…
tjann a4bcf4e
Make df_builder examples more readable.
tjann a2202c0
Update the docstrings for both PyPI release setup*.py files. Change d…
tjann 0ebb20f
Rename time_series parameter to keep_series for _group_stat_all_by_ob…
tjann efd2e0c
dcpandas to datacommons_pandas, including all datacommons functions
tjann f645f3f
Fix various docstrings.
tjann 1ea347d
Merge branch 'master' into pandas-funcs
tjann 5454a93
Merge branch 'pandas-funcs' of github.com:tjann/api-python into panda…
tjann 18cb93e
Add optional args to pandas lib build_time_series to pass onto python…
tjann 51582c8
Update docstrings for time series funcs.
tjann a49a095
Remove will from CHANGELOG.
tjann 7f46fdd
Reference TODO for cloudbuild pandas-python sync check. Update change…
tjann 87b13ec
Rename covariate* to multivariate*, address cyin's comments on df_bui…
tjann f116e42
Update docstring for _group_stat_all_by_obs_options.
tjann 975c956
Make err msg for _group_stat_all_by_obs_options no data more general.
tjann 9865e09
Parameterize some pandas lib example functions.
tjann 14dea40
Released pandas.
tjann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "python.linting.enabled": true | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.