Metadata-Version: 2.1
Name: vizad
Version: 0.0.3
Summary: A simple visualization library for univariate and bivariate analysis
Project-URL: Homepage, https://github.com/bala-srm/eda
Project-URL: Bug Tracker, https://github.com/bala-srm/eda/issues
Author-email: Balaji Sundararaman <bala@python4u.in>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown

This is a simple package to help you do univariate and bivariate analysis on numerc and categorical features. The visuals are generated using matplotlib and seaborn. The package is still in development and more features will be added soon. The usp is that in a single figure with subplots all the visuals are presented in a compact manner with a simple function call and passing the dataframe and a list of numeric or categorical features.
