(This project is not final. It needs some features that will be added in future.)
Using this main.py you can run all commands of initial data science like preprocessing, information, null values count and most important data visulization using different graphs.
-
housing.csv is a sample data which is used to test the main.py script. You can use your dataset also. Just you have to enter path to the dataset.
-
main.py the first input is "path to the dataset" in this you have to parse the path of your dataset. Or the dataset is existing in same directory where your main.py script is present then you can directly parse the name of the dataset.
for eg.
Run the main program
python main.py
Please Enter your data path : housing.csv
And for the rest of the inputs you can parse just index number of the options for output.
And for the graphing you have to parse the axis names containing in the dataset.