PUBLIC DATA · ATTRIBUTED & REPRODUCIBLE

Iris dataset

Download the UCI Iris data as a headered CSV and inspect petal length against petal width. This resource pins bezdekIris.data, keeps all 150 source rows, and identifies the version so the plotted values can be reproduced.

Petal length (cm) against Petal width (cm); 150 source observations
All source rows. Source: UCI Iris, CC BY 4.0. Both plotted measurements are in centimetres.

What the columns mean

Four measurements describe sepal length, sepal width, petal length and petal width in centimetres. The final column identifies species. The repository includes both iris.data and bezdekIris.data and documents differences from Fisher’s published records; this resource consistently uses bezdekIris.data.

What this chart helps you inspect

The plotted pair is petal length and petal width, retaining every row and the original numeric values. A pooled scatter can show association across the sample, but species membership may contribute to that pattern. Use the full CSV to compare species separately before describing a within-species relationship. Exactly overlapping points remain separate observations in the download.

Limits of this resource

This historical teaching dataset is not a random sample of all irises. It does not establish current population proportions or a causal effect of one petal measurement on another. Our chart uses one colour for all observations, so it should not be mistaken for a species classifier.

Calculated from the plotted rows

VariableNMinimumMaximumMean
petal_length15016.93.7580000000000027
petal_width1500.12.51.199333333333334

These descriptive values are computed from the chart CSV at build time. They summarize the plotted selection only and are not population estimates. No rows are removed during chart preparation beyond the explicit selection rule above.

Preview of the full CSV

The first eight source rows are shown here; the download contains the complete 150-row file with a header.

sepal_lengthsepal_widthpetal_lengthpetal_widthspecies
5.13.51.40.2Iris-setosa
4.93.01.40.2Iris-setosa
4.73.21.30.2Iris-setosa
4.63.11.50.2Iris-setosa
5.03.61.40.2Iris-setosa
5.43.91.70.4Iris-setosa
4.63.41.40.3Iris-setosa
5.03.41.50.2Iris-setosa

Source, version and reuse

R. A. Fisher (1936). Iris [Dataset]. UCI Machine Learning Repository. 10.24432/C56C76. Licensed CC BY 4.0. Retain attribution and identify changes when reusing.

ChartsAI adds column headers and CSV formatting, selects the declared chart columns and rows, and generates the visual and summaries. Original numeric strings are preserved in the full CSV. Source file: bezdekIris.data; retrieved 2026-09-08; empty or question-mark cells found in this file: 0. Download the original archive from UCI.

SHA-256 of the source data file:

0fed2a99db77ec533a62dc66894d3ec6df3b58b6a8f3cf4a6b47e4086b7f97dc

The downloadable provenance JSON records the checksum and every selected source row. The source archive includes the refresh script and pinned data, so normal builds do not depend on a live upstream download.

Resource and chart by SupaMakers; original data authors credited above. Explore all public datasets →