Data Training from Zomalex

Home | Power BI | Excel | Python | SQL | Visualising Data | Generative AI

Iris Dataset

The Iris dataset is a classic dataset from the 1930s. The data contains 150 rows (observations) of irises; 50 from each of 3 species: setosa, versicolor and virginica. Here is an example of each species

setosa iris image

setosa

versicolor iris image

versicolor

virginica iris image

virginica

The dataset has 6 columns:

The data looks like this (not all rows shown)
iris data sample

Suggested Approach

  1. Import the iris data CSV file
  2. Build a scatter plot of petal length vs petal width and use colour to differentiate between species
  3. Explore different formatting options to make a better chart; e.g. colour, shape, fill point, axes start and end values

Power BI lab

If analysing the data with Power BI, here are some helpful hints