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
data-science julia juliaacademy learnjulia

nbviewer

Julia for Data Science

Prepared by @nassarhuda. Last updated: June 2021. Julia version used: 1.6.1

Accompanying videos are available at JuliaAcademy.

There are three main components in this tutorial.

What we don't cover:


What we cover in more detail

Every data science task has one main ingredient, the data! Most likely, you want to use your data to learn something new. But before the new part, what about the data you already have? This is why our first section is on Data.

Data

In the first part we will make sure you can


Next, we will explore some of the most popular methods and tools used in Data Science to process this data.

Methods

In this section, we hope to give you (the data scientist) all the tools you need to use Julia as a programming language for your data science tasks. This includes


This is what you should expect in every notebook


And finally... Enjoy this tutorial!