Metadata-Version: 2.1
Name: indata
Version: 1.0.0
Summary: A tool in order to easily generate data quality reports from ABTs, visualize data and manipulate the ABT (analytics base table)
Home-page: https://github.com/RaphSku/indata
License: Apache-2.0
Keywords: data quality report,data science,data visualization,analytics base table
Author: RapSku
Author-email: rapsku.dev@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: plotly (>=5.7.0,<6.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Project-URL: Repository, https://github.com/RaphSku/indata
Description-Content-Type: text/markdown

[![Author][contributors-shield]][contributors-url]
[![Apache 2.0 License][license-shield]][license-url]
![Version][version-shield]

# indata
InData is a concise project which enables the user to generate data quality reports with ease and also other data exploration and data visualization tools are available

### Goal
InData should primarily enable the fast generation of data quality reports for continuous and categorical features. Additionally, data visualisation tools are integrated which can help to identify patterns in data.

### How to use it
For more information on how the InData package works, visit: https://github.com/RaphSku/indata
  
[contributors-url]: https://github.com/RaphSku
[license-url]: https://github.com/RaphSku/indata/blob/main/LICENSE

[contributors-shield]: https://img.shields.io/badge/Author-RaphSku-orange?style=plastic&labelColor=black
[license-shield]: https://img.shields.io/badge/License-Apache%202.0-informational?style=plastic&labelColor=black
[version-shield]: https://img.shields.io/badge/Version-1.0.0-red?style=plastic&labelColor=black

