Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cleanml-0.2.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

cleanml-0.2.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page