Skip to content
Open
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
13 changes: 12 additions & 1 deletion notebooks/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Python API Notebooks

This directory contains Colab notebooks that use the Python API.
This directory contains Colab notebooks that use the Data Commons Python client
and SDMX APIs.

## SDMX notebooks

These notebooks use SDMX to retrieve statistical observations and the Data Commons
Python client to retrieve place names. Each notebook installs its dependencies
and includes an **Open in Colab** link.

- [Analyzing census data](analyzing_census_data_sdmx.ipynb)
- [Analyzing income distribution](analyzing_income_distribution_sdmx.ipynb)
- [Analyzing obesity prevalence](analyzing_obesity_prevalence_sdmx.ipynb)
Loading