Skip to content

rishimkumar/exploratory_data_analysis_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exploratory_data_analysis_helper

helper script that takes a csv and does exploratory data analysis using pandas_profiling. pandas_profiling is excellent but sometimes you have a dataset that needs a little cleanup in pandas before pandas_profiling will work nicely with it. This is just a little helper script to let you write a line or two of code to fix import errors that come up (e.g., data formatting).

So if pandas_profiling --config_file config.yaml [YOUR_FILE.csv] fails, I use this.

to run

pipenv run python3 profiling.py 'data/YOUR_FILE.csv'

About

helper script to do EDA using pandas_profiling

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages