Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Data Commons Python API

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

See the `datacommons-client` [README](datacommons_client/README.md) for details on installation and usage.

## About Data Commons

[Data Commons](https://datacommons.org/) is an open knowledge repository that
provides a unified view across multiple public data sets and statistics. You can
view what [datasets](https://datacommons.org/datasets) are currently ingested
and browse the graph using our [browser](https://datacommons.org/browser).

## License

Apache 2.0

## Support

For questions, please send an email to `support@datacommons.org`.
44 changes: 1 addition & 43 deletions datacommons/README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1 @@
**DEPRECATED: This library is no longer maintained. Please migrate to the [datacommons_client](https://pypi.org/project/datacommons-client/) library. For help on translating your requests, see the [Migration guide](https://docs.datacommons.org/api/python/v2/migration.html).**

# Data Commons Python API

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

> See also: [Data Commons Pandas API](../datacommons_pandas/README.md).

To get started, install this package from pip.

```bash
pip install datacommons
```

Once the package is installed, import `datacommons`.

```python
import datacommons as dc
```

For more detail on getting started with the API, please visit our
[API Overview](https://docs.datacommons.org/api/).

When you are ready to use the API, you can refer to `examples` for
examples on how to use this package to perform various tasks. More tutorials and
documentation can be found on our [tutorials page](https://docs.datacommons.org/tutorials/)!

## About Data Commons

[Data Commons](https://datacommons.org/) is an open knowledge repository that
provides a unified view across multiple public data sets and statistics. You can
view what [datasets](https://datacommons.org/datasets) are currently ingested
and browse the graph using our [browser](https://datacommons.org/browser).

## License

Apache 2.0

## Support

For general questions or issues about the API, please open an issue on our
[issues](https://github.com/google/datacommons/issues) page. For all other
questions, please send an email to `support@datacommons.org`.
**DEPRECATED: This library has been deprecated. Please migrate to the [datacommons_client](https://pypi.org/project/datacommons-client/) library. For help on translating your requests, see the [Migration guide](https://docs.datacommons.org/api/python/v2/migration.html).**
45 changes: 0 additions & 45 deletions datacommons/__init__.py

This file was deleted.

256 changes: 0 additions & 256 deletions datacommons/core.py

This file was deleted.

13 changes: 0 additions & 13 deletions datacommons/examples/__init__.py

This file was deleted.

Loading