/census_api_examples

Examples of using the US Census API with python / pandas / juypter notebooks

Primary LanguageJupyter Notebook

Census API Examples

This repository includes a collection of Jupyter Notebooks that demonstrate how to use the U.S. Census Bureau's API with Python.

  • Example A: Hardcoded variables, basic retrieval, Pandas operations (Population Estimates)
  • Example B: Using an API key, saving retrieved data (Population Estimates)
  • Example C: Reading variables from files, looping (ZIP Code Business Patterns)