A Python package for data cleaning and preprocessing.
Project description
Cleano
Cleano is a Python package designed to simplify the process of data cleaning and preprocessing. It provides a set of tools that help users efficiently clean, transform, and prepare their data for analysis.
Features
- Data Cleaning: Remove duplicates, fill missing values, and perform various cleaning operations with ease.
- Data Preprocessing: Normalize data, encode categorical variables, and prepare data for machine learning models.
- Utility Functions: Access helper functions for data validation and logging.
Installation
To install the cleano package, you can use pip:
pip install cleano
Usage
Here is a simple example of how to use the cleano package:
from cleano.cleaning import DataCleaner
from cleano.preprocessing import DataPreprocessor
# Create a cleano instance
cleaner = cleano()
# Clean your data
cleaned_data = cleaner.remove_dup(data)
cleaned_data = cleaner.fill_missing_val(cleaned_data)
# Create a DataPreprocessor instance
preprocessor = DataPreprocessor()
# Preprocess your data
normalized_data = preprocessor.normalize_data(cleaned_data)
Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
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 cleano-0.1.0.tar.gz.
File metadata
- Download URL: cleano-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de5e9821f3851f028417a29831dde8769c85edaef5112ef991b1ce8824bf6ba0
|
|
| MD5 |
211c7e2c76b21bd852c63f4f3a123df7
|
|
| BLAKE2b-256 |
7efec8b2df6a7356be05a17d7c95c0884a63bb020bd68993904b6cab9eb7d4ad
|
File details
Details for the file cleano-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cleano-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa6891297a9645a8d9d460a86de7224ed4e58bd6e4a8ee139109e3d831b89194
|
|
| MD5 |
704229decdbd9dcbcda538f0f7588fda
|
|
| BLAKE2b-256 |
de1a36827588395ec4c2f68ce39c4a184c9525acf510e8f106b6b7e62903627d
|