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?
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
Thanks...Problem Solved
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?
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