Results 28 comments of Chris Moffitt

I think changing line 42 to this is a little cleaner than adding a whole new exception line: `except (ValueError, ZeroDivisionError):`

It looks like those columns are not in your data set. Since you're trying to drop them, it shouldn't matter. You could try replacing the drop code with this: ```python...

Hmm. I'm not sure what't going on. It's likely there's an error earlier in the script and the files are downloaded or processed properly. You should try to look at...