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

Error in csv lecture #12

Closed lucasfreitas1988 closed 3 years ago

lucasfreitas1988 commented 4 years ago

Error in line 5 of Notebook 1 (Data):

;head programminglanguages.csv

returns

IOError: could not spawn head programming_languages.csv: no such file or directory (ENOENT)

what's up? I can't read a CSV file, not even on the terminal

KmanT commented 4 years ago

What operating system are you using? I don't think you can use head as command in windows.

If you cannot load the original csv file, then you need to change the file to programminglanguages.csv from programming_languages.csv. There's an extra underscore inside the notebook.

kanak8278 commented 3 years ago

@lucasfreitas1988 Follow this discussion: https://github.com/JuliaAcademy/DataScience/issues/17

Redmusk888 commented 3 years ago

What operating system are you using? I don't think you can use head as command in windows.

If you cannot load the original csv file, then you need to change the file to programminglanguages.csv from programming_languages.csv. There's an extra underscore inside the notebook.

Instead of use head as command in the windows , what word i can use in the windows?

logankilpatrick commented 3 years ago

Updated the notebooks, thanks for pointing this out.