jmbejara / comp-econ-sp19

Main Course Repository for Computational Methods in Economics (Econ 21410, Spring 2019)
48 stars 26 forks source link

HW2 Creating Reading Writing Q7 #19

Closed sicelyli closed 5 years ago

sicelyli commented 5 years ago

I'm having trouble working with the question 7 in creating reading writing section of HW2. After I downloaded the data, I can't release the file into csv, and below is the code I got. Screen Shot 2019-04-20 at 10 43 31 PM

jmbejara commented 5 years ago

That seems correct to me so far. Can you copy the rest of the error message?

sicelyli commented 5 years ago

Here's the complete error message: Screen Shot 2019-04-21 at 7 43 15 PM Screen Shot 2019-04-21 at 7 42 55 PM

jmbejara commented 5 years ago

Weird. The only thing that I can imagine is that you have the wrong data set downloaded. Try to download it again and make sure that it's in the right folder. To run your code as written, put the file in the location that the Python interpreter is running. To find out what folder this is, run %pwd in your notebook. Let me know if this helps!