Metadata-Version: 2.1
Name: BigEDA
Version: 0.0.8
Summary: This is a package to carry out Exploratory Data Analysis, allowing to work with Big Data.
Home-page: https://github.com/FabioScielzoOrtiz/EDA_Package
Author: Fabio Scielzo Ortiz
Author-email: fabioscielzo98@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy

This is a package to carry out Exploratory Data Analysis, allowing to work on Big Data.

We are currently working to develop the package.

Usage:

```python
pip install BigEDA --upgrade
```

```python
import BigEDA
from BigEDA import package_status
```

```python
package_status()
```
