Now that you have a good understanding of Julia's basics, we can apply this knowledge to our first project. We'll start by applying exploratory data analysis (EDA) to the Iris flower dataset.
If you already have experience with data analysis, you might've used the Iris dataset before. If so, that's great! You'll be familiar with the data and the way things are done in your (previous) language of choice, and can now focus on the Julia way.
On the contrary, if this is the first time you've heard about the Iris flower dataset, no need to worry. This dataset is considered the Hello World of data science—and we'll take a good look at it using Julia's powerful toolbox. Enjoy!