Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Alex,
Here are the updated nyc data, I tried many ways to deal with the "index out of bound" error we discussed in our meeting but they all didn't work out. I tried to make the open_zipfile method move on to another csv file in the zip folder if it get an empty data frame. I think this should fix the problem but it just didn't worked out. So I am out of fixing methods...
Also something interrupt my computer when I was running through the scraper data so that I only had the station files until 2016.10 when that interruption occurred. So I changed the scraper a bit so that it would download only the 2016.11, 2016.12 and then 2017-2019 files for me (since I already have the previous one downloaded and I don't want to download them again). So the output for the scraper script would seem a bit weird based on the above reasons. (I changed the scraper script back so that it could download all the station files when I finish downloading my files)
Best,
Anna