Skip to main content

A simple and efficient data cleaning library for CSV files

Project description

DataCleanerPro

A lightweight Python library for cleaning CSV datasets quickly and efficiently.

Features

  • Remove duplicate rows
  • Fill missing values (mean, median, mode, zero)
  • Drop unnecessary columns
  • Save cleaned datasets easily

Installation

pip install datacleanerpro

Usage

from datacleanerpro import DataCleaner

cleaner = DataCleaner("data.csv")
cleaner.remove_duplicates()
cleaner.fill_missing("mean")
cleaner.drop_columns(["unnecessary_column"])
cleaner.save_cleaned_data("cleaned.csv")

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

datacleanerpro-0.1.1.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datacleanerpro-0.1.1-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file datacleanerpro-0.1.1.tar.gz.

File metadata

  • Download URL: datacleanerpro-0.1.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for datacleanerpro-0.1.1.tar.gz
Algorithm Hash digest
SHA256 478dc9bd6da6abd4a407a0cf09c4b0f19d2f978d712a1aa4801af0c87955be95
MD5 50948177939ce1d84db60f23274355f5
BLAKE2b-256 691086f8e3a1660a179360cc5d1bc5d726c6cc0c706ddb894591f2d251bfa2e8

See more details on using hashes here.

File details

Details for the file datacleanerpro-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: datacleanerpro-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for datacleanerpro-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a4a2d40c32aee804a15653fcbeca2d8012b69d414e9275b99e163ced571b6bbe
MD5 b59c7cf9b60c2d7b349d2151893365f1
BLAKE2b-256 455cb431c6aba764ca772c1880a41ce6ec568587802d580bc8f7b8486a3288f6

See more details on using hashes here.

Supported by

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