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==0.8

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.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-py3-none-any.whl (1.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: datahandlerforcsv-0.9.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.tar.gz
Algorithm Hash digest
SHA256 8ce634d9aae9cbfff7a620c0e47e26a4b0ed5e8dd560a8ba9950a08a8da632f5
MD5 e55bb12c0d0cc65584fecf730f93ea7e
BLAKE2b-256 8fe6cb84cbfeabf74456f8933ca61313634e1a51c96412ba861915056504a947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for DataHandlerForCSV-0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 cf0a02844fa87051eba76b1fb3fbcccbea7eb04ddbb778e2449d7849410d442b
MD5 2d19fc8012805542cddbf9693aa587cd
BLAKE2b-256 b94a86402b74086438c78a5b435848fee6044052e4fdd87b2eb3d602cbc00b5b

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