JuliaAcademy / DataScience

Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
https://juliaacademy.com/p/julia-for-data-science
MIT License
488 stars 256 forks source link

Data not Found? - Video 1: Data, by Dr. Huda Nassar #6

Closed ankit48365 closed 4 years ago

ankit48365 commented 4 years ago

Hi, Please help me understand, there is something i am missing completely, i am running your program on Jupyter notebook.

For all the Import data package (JLD, NPZ, RDATA, MAT), I get the error data not found

File data/mytempdata.jld cannot be found SystemError: opening file "data/mytempdata.npz": No such file or directory SystemError: opening file "data/mytempdata.rda": No such file or directory File "data/mytempdata.mat" does not exist and create was not specified

nassarhuda commented 4 years ago

Can you double check that the file mytempdata.npz(and all the others) are present in the directory data?

ankit48365 commented 4 years ago

I can see them in data directory, wondering, why jupyter notebook is giving error, but thanks Nassar, you helped me

image