Automated python script for running preliminary exploratory data analysis on csv input.
Use the package manager pip to install cca_eda
.
pip install cca_eda
import cca_eda
# returns prompt to upload csv dataset
cca_eda.choice("EDA")
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.