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

MethodError: no method matching streamtypes(::Type{DataFrame}) #8

Closed ocissor closed 4 years ago

ocissor commented 4 years ago

I am trying to load a CSV file using CSV.read().like CSV.read("data.csv").I get the error. I also tried by giving the full path but still, it doesn't work.

nassarhuda commented 4 years ago

I tried to regenerate -- with different alternatives even with the newer julia version and couldn't replicate. Can you show your versioninfo(), and the CSV package version? And is the file you're having trouble with one that is part of this project? If not, and if you have a link to the file also feel free to share it here.

ocissor commented 4 years ago

I was initially using version 1.0.5 and when I changed it to 1.4.2 error was gone.

nassarhuda commented 4 years ago

Great. will close this issue then.