Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: datacommonsorg/api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: datacommonsorg/api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 41 files changed
  • 3 contributors

Commits on Jun 21, 2019

  1. 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
    antaresc authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    af59031 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Make SchoolDistrict containedIn County

    Steven Lin committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    d7757c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Merge pull request #48 from stevenlin1111/dev

    Make SchoolDistrict containedIn County
    shifucun authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    4254a2f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. 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
    antaresc authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7de103e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Dev fix (#56)

    * Fixed get_observation bug
    
    * Fixed key error
    
    * Use new col name
    antaresc authored Jul 27, 2019
    Configuration menu
    Copy the full SHA
    02fbad3 View commit details
    Browse the repository at this point in the history
Loading