Metadata-Version: 2.4
Name: Analytics-EDA
Version: 0.1.2
Summary: A Python toolkit for performing robust and insightful exploratory data analysis (EDA) in analytics workflows.
Author-email: Andrew Dabrowski <andrew.dabrowski@archistrata.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/archistrata/analytics-eda
Project-URL: License, https://www.apache.org/licenses/LICENSE-2.0
Project-URL: Repository, https://github.com/archistrata/analytics-eda
Keywords: eda,analytics,data-analysis,visualization
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: numpy>=1.21
Requires-Dist: pandas>=1.3
Requires-Dist: seaborn>=0.11
Requires-Dist: scipy>=1.7
Requires-Dist: statsmodels>=0.12
Requires-Dist: scikit-learn>=0.24
Requires-Dist: inflect>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Dynamic: license-file

# analytics-eda

Analytics Exploratory Data Analysis python package

## License

This project is open source under the [Apache License 2.0](LICENSE).
