Table Of Contents

dfCleanser Census Utility


The Census utility allows you to retrieve census data and insert it into a pandas dataframe.

The census data included with this utility is derived from the US Census Bureau 2019 Data Release.



The Census data is broken into the following dataset groups for ease of use and can be downloaded and used independently of each dataset group.

To review detailed census info for each dataset and it's subsets click on the titles below:


Each dataset group is further divided into multiple datasets that contain the same columns but are indexd via the following index keys.

  • [City,State]
  • [County,State]
  • [State]
  • [Zip Code]

The indexing results into the generation of 4 datasets per dataset group and they are :

  • datasetgroup_cities
  • datasetgroup_counties
  • datasetgroup_states
  • datasetgroup_zipcodes

Census Datasets


Click on the Get Datasets button to get a list of available datasets.



Census Dataset Columns

Click on the Dataset to get a list of columns for the dataset.