opencleveland / RTAHeatMap

Python Scripts to generate the distance and time to walk to the nearest public transportation stop in Cuyahoga County and then represent this data as an isochrone map.
MIT License
10 stars 14 forks source link

refactored to avoid error in dafaframe.to_sql call #16

Closed jeffrey-cochran closed 8 years ago

jeffrey-cochran commented 8 years ago

Encountered an error during DataFrame.to_sql that was yelling at us for inserting null values. This was caused because we were only using a subset of the columns in the CSV file. I also added an overhead directory for convenient referencing of local files.

skorasaurus commented 8 years ago

haven't forgotten about this, but will take a look at this tonight's learning group meeting if I have time.

Any comments @su20yu1919 ?

skorasaurus commented 8 years ago

These changes were incorporated in https://github.com/opencleveland/RTAHeatMap/issues/20 and an earlier commit https://github.com/opencleveland/RTAHeatMap/commit/f1b319fdb356b8bd7c46815dfbf06b08f486d7d3

Thanks again for them. There was a little confusion with Bill and I at the one learning group meeting because there were multiple csv files and commits were referring to different ones in our forks and then bill was having trouble with his fork, so I incorporated the changes into a single commit.

I decided not to do the overhead directory to keep things simple.