Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 3.3 KB

README.md

File metadata and controls

67 lines (37 loc) · 3.3 KB

Python 3.x notebooks about real-world data cleaning and visualization

A set of iPython notebooks on data wrangling and visualization for Stanford Computational Journalism, using the standard lib as well as pandas and matplotlib.

(in progress)

Contents

Practicum

These notebooks are walkthroughs of common matplotlib and pandas techniques.

Data extraction

Recipes for extracting (but not cleaning/wrangling) machine-readable data from raw sources.

The results can be found in the extracted subdirectories in data.

Wrangling

Visualization

Resources

Matplotlib

Pandas