Metadata-Version: 2.4
Name: ZipEDA
Version: 0.0.4
Summary: Quick and easy Exploratory Data Analysis package.
Author-email: Felipe Cora <mefelipecora@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/mefelipecora/ZipEDA
Project-URL: Issues, https://github.com/mefelipecora/ZipEDA/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: pandas
Dynamic: license-file

ZipEDA is a quick and simply Exploratory Data Analysis tool to assist in this important phase of data analytics and science projects.

A simple usage would be:

zipeda(df, target_variable='Column_name')
