You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 days ago | |
|---|---|---|
| Readme.md | 4 days ago | |
| iris_basic.csv | 4 days ago | |
Readme.md
Iris Dataset CSV Generator
This repository contains a simple Python script to load the Iris dataset, assign basic column names from the beginning, and export the data to a CSV file.
Objective
The main purpose of this repository is to generate a clean CSV version of the Iris dataset with short and simple column names:
sl: sepal lengthsw: sepal widthpl: petal lengthpw: petal widthtarget: numeric class labeltNames: class name
Requirements
This project uses Python and the following libraries:
pandas
You can install them with:
pip install pandas