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

In my computer csv package took more time compare to readdlm #38

Open harshitkd opened 2 years ago

harshitkd commented 2 years ago

When executing the cell [11] in the Read Your Data from text files section of Data.ipynb file, I got a higher time in the CSV package than readdlm. Given in the Data.ipynb file: given

My output: compare time

I am using Julia 1.7.0

hgoumner commented 1 year ago

It was the same for me. The CSV package took twice the time compared to the readdlm function. I'm on Julia 1.9.2.