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

Join( ) function have been replaced for other types of join methods on the first notebook. #30

Closed greatti closed 3 years ago

greatti commented 3 years ago

At the documentation we'll see around 6 or 7 types of join, including crossjoin( ), antijoin( ) and others that i have never heard about, but most of them are like the Python join methods. https://dataframes.juliadata.org/stable/lib/functions/#Joining

logankilpatrick commented 3 years ago

Thanks for the heads up. I have updated that notebook!