api-python icon indicating copy to clipboard operation
api-python copied to clipboard

Python client library to access Data Commons

Results 33 api-python issues
Sort by recently updated
recently updated
newest added

Hi I want to retrieve historical weather data from data commons but I am not sure how to do it. I believe there is something like dc.read_dataframe('cdc_cities-81872570') but I checked...

I have been told that someone is adding "fact check" related data here. Is that true? How might I learn more?

Hey all, I was challenged last week to provide info(in rough numbers) about the Data Commons Knowledge Graph(DCKG), which was constructed by synthesizing in a single Knowledge Graph from many...

This meta issue tracks known issues for the https://schema.datacommons.org/ vocabulary and its relationship with the dataCommons Knowledge Base (dCKB). Technical issues relating to the underlying site software are better recorded...

schemas

cc: @shifucun I was using a script to `build_multivariate_dataframe` for a stat_var list of length more than 50 and got the following error: ```shell Traceback (most recent call last): File...

The old documentation still shows up on google search -- it's confusing and obsolete. We should delete the source and bring down the site.

bug

Last Python API release was two years ago https://pypi.org/project/datacommons/#history. We need a major release to cover the following: - Update to use REST V1 API as the backend service. -...

v2

* Hide ToC * Show charts from running the colab by default

Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

https://python-poetry.org/docs/ I thought it might be interesting/useful to use poetry to manage deps/builds/project info for the following reasons - robust dependency and platform version management - build distributions using `poetry...