Fixed the empty column bug#24
Merged
antaresc merged 1 commit intodatacommonsorg:masterfrom Nov 7, 2018
Merged
Conversation
Closed
shifucun
approved these changes
Nov 7, 2018
antaresc
added a commit
that referenced
this pull request
Jun 21, 2019
* Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug
antaresc
added a commit
that referenced
this pull request
Jul 10, 2019
* Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug * Added data cleaning helpers
antaresc
added a commit
to antaresc/datacommons
that referenced
this pull request
Aug 8, 2019
* Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (datacommonsorg#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (datacommonsorg#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug
antaresc
added a commit
to antaresc/datacommons
that referenced
this pull request
Aug 8, 2019
* Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (datacommonsorg#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (datacommonsorg#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug * Added data cleaning helpers
antaresc
added a commit
to antaresc/datacommons
that referenced
this pull request
Aug 8, 2019
antaresc
added a commit
to antaresc/datacommons
that referenced
this pull request
Aug 8, 2019
* Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (datacommonsorg#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (datacommonsorg#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug
antaresc
added a commit
to antaresc/datacommons
that referenced
this pull request
Aug 8, 2019
* Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (datacommonsorg#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (datacommonsorg#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug * Added data cleaning helpers
antaresc
added a commit
to antaresc/datacommons
that referenced
this pull request
Aug 8, 2019
* Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (datacommonsorg#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (datacommonsorg#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug
antaresc
added a commit
to antaresc/datacommons
that referenced
this pull request
Aug 8, 2019
* Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (datacommonsorg#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (datacommonsorg#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug * Added data cleaning helpers
antaresc
added a commit
that referenced
this pull request
Aug 8, 2019
* Added ability to specify childhoodLocation * Never change python * Adding dockerfiles * Updated workspace * Updated workspace * Fixed test * Added verbose output * Python3 * Incremented version number * feature/api-version-2 (#47) * Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug * Make SchoolDistrict containedIn County * Feature/api version 2 (#50) * Corrected namespace for Intangible, hyperlinked a definition. * Added schema.datacommons.org/County. * Added documentation for dcid and provenance. * Added documentation for area, timezone, freebaseId, geonamesId, and wikidataId. * Fixed name of geonamesId. * Removed 'current' from the definition of timezone. * Fixed the empty column bug (#24) * Add GNIS property. * Add fipsId property. * Use updated caching api * Allow space in column name * Remove print * Fixed <br> to <br/> for xmllint (our rdf parsing is xhtml-based). (we may need to handle html in comments differently too) * Preparation for use with sdoapp * tweaks * Test of changes visibility * Test changes * Added config file to repo * Mods to roduce correct (vocabUri based) RDFa * Update datacommons.py Add a 'typeOf' literal when querying for the type of the container place for get_places_in(). * Add missing "()" to a query in get_places_in(). * Update datacommons client to be compatible with new schema * Added ability to specify childhoodLocation (#34) * Added ability to specify childhoodLocation * Never change python * Add CensusTract to get_places_in API * Handle error case * Add comment * added empty examples file for consistancy * Adjust config for release * Added temporary test config * Add deploymeny yaml files * Added draft deployment instructions file * Change deployment file from html to md * For observations, use observation_date instead of start_time/end_time * Use prod client * Use orient split in read and save dataframe so index is not saved in json * Add measurementMethod in get_observation * Update client library to fit for new mixer string_value * Fix header prefix and date format * docstring typos and consistency * Reimplemented base API * Implemented places extension * Fixed bug * Added bio stub * Finished re-implementing bio extension... n o w t o t e s t. * Added examples and fixed DCFrame bugs * added populations stub for pop extension * implemented get_pop and get_obs in populations API n o w t o t e s t * Fixed dangling line in places * BioExtension demo works * Some tweaks * Fixed header comment * missing comma * fixed typo self._col_type -> self._col_types * seed and new col val already have ? append to beg * fixing populations library and updating infra * similar fix for get_obs for extra ? for colvar should have fixed this when I fixed get_populations... * get useful prints in test/examples * fat fingers on copy and paste * places.py self._col_type -> self._col_types * Implemented draft of weather API extension * Added weather example * Weather API works * Added bio mixer specs and tweaked bio API * Fixed places bug * Added data cleaning helpers * Implemented DCNode constructor and get_property_values (#51) * Added cloud build files * Implemented DCNode constructor and get_property_values * Added additional error to constructor * Remove limit adjustment * Fixed a bug in eq * Implemented DCQuery, DCNode, DCFrame (#53) * Added additional error to constructor * Remove limit adjustment * Fixed a bug in eq * Implemented basic implementation of get_triples * DCNode implemented * Implemented DCFrame * Implemented DCQuery * Implemented get_places_in mixin * Fixed bug in DCFrame * fix a few errors on the first look at the code * Rename DCFrame, DCNode, DCQuery to Frame, Node, Query, and fix relevant calls. * Remove duplicate definitions of constants. * Remove methods that are not likely to be used often. * Implemented API revisions (#57) * Begin API rewrite * Implemented core functions. * Implemented pandas helpers * Finished implementation of core functions and added examples * Dropped old examples * Implemented get_places_in * Implemented get_population and get_observation * Temporary fix until colab supports 0.25 * Addressed comments from PR. * add absolute path import for py2 compatibility, other imports for google readibility * Updated docstrings to be more clear (#58) * Fixed a bug in populations example (#59) * added flexibility to use single col dataframe, convert to series for user * Added unit tests (#61) * Added unit tests to the Python Client API * Remove commented code * Added requests to requirements * Added line to Dockerfile * Updated fields to match new mixer version. * Added comments and added in PY2 support imports. * Clarified comment in get_populations * Clarified triple. * update API endpoint * Added sphinx documentation (#62) * Fixed comment in core example * Added Sphinx documentation draft * Updated conf.py * Fixed unit tests * Updated main splash page * Separated files out * Subtitles * Fixed get_places_in comments * Fixed comments on all functions * Formatted dcid * Point resources to dev2 * Updated client API to reflect new return format of GetPropertyValues (#63) * Added more documentation (#64) * Added more documentation * Fixed docs bug * Fixed grammar * Check in R API Client code (#69) * update gitignore with R stuff * check in R code * beta note * Removed out as key from GetPropertyValues (#70)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.