An open-source library for checking data preprocessing techniques applicable on a dataset.
Project description
Prossa
Prossa is an open-source library for checking data preprocessing techniques applicable to a dataset.
Installation
You can install Prossa using pip:
pip install prossa
<!-- or in jupyter notebooks -->
!pip install prossa
Usage
Here's a quick example of how to use Prossa:
import pandas as pd
from prossa import analyze_dataset
from prossa import check_outliers
# Load your dataset
df = pd.read_csv('your_dataset.csv')
# Analyze the dataset
analyze_dataset(df)
Documentation.
To enhance your data preprocessing flow with Prossa, please refer to the documentation: Docs
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
You can find the project repository on GitHub: GitHub Repository
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prossa-1.4.0.tar.gz.
File metadata
- Download URL: prossa-1.4.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d62c336ad7d4817cddae8b4f87215014823c4c562ad60449386dc576b6ab4308
|
|
| MD5 |
0451da88ab26fe610ce07f27d09af5a6
|
|
| BLAKE2b-256 |
4002d0d4bf96752e083e8240af6487d2811b00fef9e0401aa1b725ab5998345f
|
File details
Details for the file prossa-1.4.0-py3-none-any.whl.
File metadata
- Download URL: prossa-1.4.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53c0312db27a6d763453f523e7aea0e1b8e2cb678d5ab947aca98a808bedf9f9
|
|
| MD5 |
42c19cd31e4a5ca1f3e01e472d4e4dea
|
|
| BLAKE2b-256 |
2ac5648707095463abb471b54b1d99f82cf129fb6615677bd5233a7d07eea19a
|