Metadata-Version: 2.1
Name: edautils
Version: 0.1.4
Summary: Exploratory data analysis (EDA) helper functions
Home-page: https://github.com/davidfurrer/edautils
Author: David Furrer
Author-email: furrer.david1@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.25.2)
Requires-Dist: numpy (>=1.17.0)
Requires-Dist: matplotlib (>=3.0.0)
Provides-Extra: tests
Requires-Dist: pytest (>=4.0.0) ; extra == 'tests'
Requires-Dist: pytest-pep8 ; extra == 'tests'


**edautils** is a Python package providing exploratory data analysis (EDA) helper functions. 
edautils is well suited for many different kinds of applications:
  - Visualizing distributions
  - Summarizing datasets 


