ireapps / pycar

NICAR Python mini boot camp
https://ireapps.github.io/pycar/pycar_intro.html
MIT License
101 stars 36 forks source link

fix mistakes in scraper README #46

Closed tommeagher closed 7 years ago

tommeagher commented 7 years ago

@thejqs noticed the slicing notation is wrong. It says rows[3:4] but should be rows[3:5]

And we accidentally call it "unemployment.csv" in one spot rather than movies.csv