Metadata-Version: 2.4
Name: antyx
Version: 0.1.4
Summary: Antyx is an automated EDA engine designed to generate fast, structured and professional exploratory reports from any tabular dataset.
Home-page: https://github.com/drmdata/antyx
Author: Daniel Rodrigálvarez Morente
Author-email: drm.datos@email.com
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# **Antyx**

Version: 0.1

Antyx is an automated EDA engine designed to generate fast, structured and professional exploratory reports from any tabular dataset.

* PyPI package: https://pypi.org/project/Antyx/
* Free software: MIT License
* Documentation: https://Antix.readthedocs.io.

## Installation

Pypi
```bash
pip install antyx
```

GitHub
```bash
git clone https://github.com/DRMdata/antyx.git
cd antyx
pip install -e .
```

## Features

Statistical profiling

Correlation analysis

Outlier detection

Variable typing

Clean HTML reports

Pandas & Polars compatible
