Metadata-Version: 2.1
Name: plunge
Version: 0.0.8
Summary: Presenting additional features for Data Analysis.
Project-URL: Homepage, https://github.com/gstvortiz/plunge
Project-URL: Issues, https://github.com/gstvortiz/plunge/issues
Author-email: Gustavo Ortiz <gstvortiz@hotmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10.12
Description-Content-Type: text/markdown

# Plunge

Plunge encompasses some additional features that facilitate exploratory data analysis. It takes advantage of the resources of widely known data science libraries, such as NumPy, Pandas, Matplotlib, Seaborn, and Scikit-Learn.

## Instalation (Google Colaboratory):
To integrate Plunge into your Google Colaboratory environment, use the following pip command:
```
!pip install plunge
```

To ensure you have the latest version:
```
!pip install --upgrade plunge
```

## How to import (Google Colaboratory):
Once installed, importing Plunge is straightforward. Use the following Python code in your Google Colaboratory notebook:
```
import plunge as pg
```

## About the Developer
For feedback, questions, or collaboration, feel free to reach out:

- **LinkedIn:** [Gustavo Ortiz](https://www.linkedin.com/in/gstvortiz/)