This is the basic data science project using iris dataset to explore the exploratory data science. We have used the following python libraries in this project
- Matplotlib -> Scatter Plots
- numpy -> Generate Numbers
- seaborn -> Box plot
- pandas -> To read csv and to get statistics on the data
To run the project you can either run this in sypder after installing Anaconda or you can install all the above mentioned libraries using python's package manager pip.