A gentle introductory guide on getting started with Data Analysis in Julia.

Getting started with Julia is pretty straightforward, especially when you are familiar with Python. For this walk-through we will be using data on Covid-19 as provided by the Center for Systems Science and Engineering at Johns Hopkins University in their GitHub repository.

Getting Started

For our data analysis we will be using just a few packages to keep thing simple: CSV, DataFrames, Dates and Plots. Simply type the statement using followed by the name of the package and you are ready to go.

#julia #data-science #data-visualization #data-analysis #python

Getting started with Data Analysis in Julia
1.95 GEEK