Skip to content

Data Preprocessing and Visulizing by automation. In this the program of preprocessing and visulizing is predefined . You have to just select the topic from menu and do your work.

Notifications You must be signed in to change notification settings

mrkshreyash/data-preprocessing-and-visualizing-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Data Preprocessing and Visulizing Automation

(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.

  1. 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.

  2. 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.

About

Data Preprocessing and Visulizing by automation. In this the program of preprocessing and visulizing is predefined . You have to just select the topic from menu and do your work.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages