A package for cleaning and preparing data for ML models
Project description
cleanml
A python package for cleaning and preparing data for downstream analysis or ML modeling.
Installation
$ pip install cleanml
Usage
cleanml
can be used to clean and prepare data.
from cleanml.cleanml import make_column_names
import pandas as pd
file_path = "data" # path to your file
data = pd.read_csv(file_path)
data = make_column_names(data)
column_names = data.columns.to_list()
print(column_names)
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
cleanml
was created by Thulasiram Gunipati. It is licensed under the terms of the MIT license.
Credits
cleanml
was created with cookiecutter
and the py-pkgs-cookiecutter
template.
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
File details
Details for the file cleanml-0.2.0.tar.gz
.
File metadata
- Download URL: cleanml-0.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.9.0 Linux/5.15.0-58-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 652fa6b304b1d10030d37c615460035d9cdb83a4e2adc4b2a5d783ca264c89ac |
|
MD5 | ec356b1a9fa948ff9ed59008932fb5cd |
|
BLAKE2b-256 | 0cfcb57237176444fcad02f7bbb48c89fdc721d6611c445124a2dfc171dc22e3 |
File details
Details for the file cleanml-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: cleanml-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.9.0 Linux/5.15.0-58-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4360d7d725f3f69b2a4f186753f14ccb73328cfaed250792bc645c87a7f7f849 |
|
MD5 | 5a431b16a0fdbcc79e684cf7375ef86f |
|
BLAKE2b-256 | 4c8128494830938adf7cf43ff2513e1dd2b5205771047ddebdd72befa5af876f |