Skip to main content

This package aims to be a comprehensive toolkit for preprocessing datasets.

Project description

DataPrepKitt

DataPrepKitt is a Python package for data preprocessing tasks, including reading data from different file formats, summarizing datasets, handling missing values, and encoding categorical data.

Installation

You can install DataPrepKitt using pip:

pip install DataPrepKitt

Example Usage:

import pandas as pd
from DataPrepKitt import DataPrepKit

# Initialize DataPrepKit object with file path
dataprep = DataPrepKit(dataprep = DataPrepKit('path_to_your_dataset'))

# Generate data summary
summary = dataprep.data_summary()
print(summary)
print('_______________________________')

# Handle missing values (e.g., remove rows with missing values)
handle_missing = dataprep.handle_missing_values(strategy='remove')
print(handle_missing)
print('_______________________________')

# Encode categorical data (automatically detect categorical columns)
encoded_data = dataprep.encode_categorical_data()
print(encoded_data)
print('_______________________________')

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

DataPrepKitt-0.0.1.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file DataPrepKitt-0.0.1.tar.gz.

File metadata

  • Download URL: DataPrepKitt-0.0.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.10

File hashes

Hashes for DataPrepKitt-0.0.1.tar.gz
Algorithm Hash digest
SHA256 96e27ed48f752a185f7b9a0111805c1d85b26652718f3d99d49bc48f120c7236
MD5 1953dae9d962cfa443b34d2352a8236a
BLAKE2b-256 69ea086ba865f9ca3d130a173eac1b71320dc4deb211f78f353e3ab7f0ac2c9e

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