top of page
Learning Data Science in the Cloud

Lecture 11.2 Counter, list comprehension and string format
Lecture 11.3 Read JSON data and data from website
Lab 11. Working with Census data in Python
Objectives:
-
To learn how to download data with Census API
-
To learn how to analyze data in Jupyter Notebook
Data:
-
Collect data from Census at https://www.census.gov/data/developers/data-sets/acs-1year.html
-
Demo code: https://github.com/xbwei/Data-Mining-on-Social-Media/blob/master/Census/Collect_Census_Data
bottom of page