rishimkumar / exploratory_data_analysis_helper

helper script to do EDA using pandas_profiling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 100.0%Language:Python 0.0%