Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Data Commons Python API

This is a Python library for accessing data in the Data Commons Graph.

To get started, install this package from pip.

pip install datacommons-client

To get additional functionality to work with Pandas DataFrames, install the package with the optional Pandas dependency.

pip install "datacommons-client[Pandas]"

Once the package is installed, import datacommons_client.

import datacommons_client as dc

For more detail on getting started with the API, please visit https://docs.datacommons.org/api/python/v2/.