Last answered:

07 May 2024

Posted on:

11 Jul 2023

0

Resolved: My CSV Data File is not importing

My csv data file is not importing even though i downloaded and extracted all course notes. Pandas is also downloaded in anconda prompt and imported in jupyter. Screenshots of error are attached. What to do?



4 answers ( 1 marked as helpful)
Instructor
Posted on:

11 Jul 2023

1

Hey Tanzeela,


Thank you for reaching out!


Make sure you have a copy of the CSV file in the same folder as the folder where you store the Jupyter notebook. Your code should then run without errors.


Kind regards,

365 Hristina

Posted on:

11 Jul 2023

0

Thanks...Problem Solved

Posted on:

28 Apr 2024

0

Hi Hristina, after I had a copy of the CSV file in the same folder as the Jupyter notebook, I then ran into this error. Any idea on what to do next?

Instructor
Posted on:

07 May 2024

0

Hey Eitan,


Thank you for reaching out!


An EmptyDataError typically occurs "when empty data or header is encountered." Could you please double-check if the data in the file isn't lost and if both columns have their corresponding headers (SAT and GPA)?


Kind regards,

365 Hristina

Submit an answer