Metadata-Version: 2.1
Name: SellPandas
Version: 0.0.2
Summary: This is the data analysis module made by Selling Pandas team
Home-page: https://github.com/Selling-Pandas/spandas
Author: dimidrosh
Author-email: info@dimidrosh.ru
Project-URL: GitHub, https://github.com/Selling-Pandas/spandas
Keywords: pandas eda analysis data science
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.1.3
Requires-Dist: numpy>=1.26.4
Requires-Dist: seaborn>=0.12.2
Requires-Dist: matplotlib>=3.8.2
Requires-Dist: art>=6.2

# SellPandas
A module, built by "Selling pandas" team

## Installation
Using pip:
```shell
pip install SellPandas
```

## Quick guide
Use this module to:
1. Quickly delete outliers from your dataset using IQR method.
2. Build plots using "Selling Pandas" corporate style
