rcackerman / parole-hearing-data

http://www.parolehearingdata.org/
21 stars 12 forks source link

Clean up csv data and add date and age columns #18

Closed joehooper closed 9 years ago

joehooper commented 10 years ago

I cleaned up the output.csv file, adding names for all columns and removing the first two rows which seemed misaligned. Then I added three new columns using Pandas:

The transforms used to create these columns are documented in Add date and age cols.ipynb - it also includes basic plots.

rcackerman commented 10 years ago

Thanks!

To clarify - did you remove 2 rows of data?

joehooper commented 10 years ago

Yes, I removed the first two rows because there were items that seemed clearly misaligned - such as a date where the rest of the data had a county. etc.

nikzei commented 9 years ago

@joehooper so awesome that you did this. @rcackerman let's merge this, no?