JuliaAcademy / JuliaTutorials

Learn Julia via interactive tutorials!
https://julialang.org/learning/
MIT License
1.26k stars 657 forks source link

Update Intro to Data Science tutorials for julia 1.0 #55

Closed NHDaly closed 4 years ago

NHDaly commented 4 years ago

Updates the "Intro to Data Science" notebooks to run on Julia 1.0 (i tested on julia 1.0.5), and adds .toml files for this subdirectory so that the packages will be fixed-in-place and these tutorials will work into the future. :)

There were a few things I wasn't sure about, like the change in DataFrames from subs[:latitude] to subs[!, :latitude]. But i just followed the deprecation warning and did what i was told. :)

CC: @nassarhuda, @xorJane

NHDaly commented 4 years ago

Merged in #22 into this branch, then merged this branch into master.

xorJane commented 4 years ago

Thanks Nathan!