Skip to main content

data cleaner

Project description

Data Handler Package

Description

The Data Handler Package is designed to simplify data handling tasks, particularly focused on CSV files. It provides various classes and methods to streamline common data operations.

Installation

You can install the package using pip:

pip install DataHandlerForCSV

Usage

--Missing Value Handler

from program.missing_value_handler import HandleMissingValue as hmv

df = pd.DataFrame({"numbs" : [1, 2, None, 4]})
copy1 = df.copy()
df = hmv.fill_as_mean(copy1, "numbs")

copy2 = df.copy()
df = hmv.fill_as_median(copy2, "numbs")

copy3 = df.copy()
df = hmv.fill_as_constant(copy3, "numbs")

copy4 = df.copy()
df = hmv.drop(copy4, "numbs")

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

datahandlerforcsv-0.9.1.tar.gz (1.5 kB view details)

Uploaded Source

Built Distribution

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

DataHandlerForCSV-0.9.1-py3-none-any.whl (1.6 kB view details)

Uploaded Python 3

File details

Details for the file datahandlerforcsv-0.9.1.tar.gz.

File metadata

  • Download URL: datahandlerforcsv-0.9.1.tar.gz
  • Upload date:
  • Size: 1.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.9

File hashes

Hashes for datahandlerforcsv-0.9.1.tar.gz
Algorithm Hash digest
SHA256 f327af50edea38d98a7782be1b22c2a5e3df4b5030bfb63248604ad61f76b306
MD5 7343a4de0e5fa8f5cc643e0925669d23
BLAKE2b-256 614d2bdb9254512112e638e038fb990c3b2718ef968bb687b8d9809f5c0dfc1f

See more details on using hashes here.

File details

Details for the file DataHandlerForCSV-0.9.1-py3-none-any.whl.

File metadata

File hashes

Hashes for DataHandlerForCSV-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 69c1895d69c6ae6d1920713c7faf1de2b6377bc18e9772a5b91c81d0fea41623
MD5 75d37e43c55f2ddefcb42856ec39a8bc
BLAKE2b-256 7c1d073101b1b3c5350aaaf5f4439de535830a8de3ecb7ed10cda12f04989a59

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