sepal width
, petal length,
pedal width
, and species
. The four length and width columns are numerical, whereas the species column is a categorical string with three possible values: setosa
, versicolor
, and virginica
.iris.data
and should be moved to your working directory.LocalFeatureStore
does not require an API key and does not upload to a server, as its made for local development. When uploading the file, we have to specify the format as CSV since it's not implied by the .data ending.