A pandas dataframe preprocessing python package
Project description
# Little Data Preprocessor
Welcome to Little Data Preprocessor! This Python package provides utility functions to aid in the preprocessing stages of machine learning and deep learning implementation. With a focus on ease of use and efficiency, it offers functions for handling missing values, removing infinity values, checking data integrity, and more.
## Features
Drop Columns Based on Mean: Easily drop columns with a mean value of zero from your DataFrame.
Drop Infinity Columns: Replace infinity values with NaN and drop rows containing these values.
Write Column Datatypes to Text File: Export the datatypes of each column in your DataFrame to a text file.
DataFrame Integrity Check: Perform comprehensive checks on your DataFrame for NaN values, infinity values, duplicates, and more.
## Installation
You can install Little Data Preprocessor using pip:
`bash pip install little_data_preprocessor `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file little_data_preprocessor-1.0.4.tar.gz.
File metadata
- Download URL: little_data_preprocessor-1.0.4.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a51773d074f829ea16bb73d8f4f762e3d863b3f69b7f9f92ffc049ee48c49421
|
|
| MD5 |
6f92b39fb7237b14dbe9faa5ec79e59f
|
|
| BLAKE2b-256 |
f8205ca17f681efb1aeddb408803d9c9970a059bec4fb3e2dd7a985f450cfa74
|
File details
Details for the file little_data_preprocessor-1.0.4-py3-none-any.whl.
File metadata
- Download URL: little_data_preprocessor-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c721c19d02be870266e168797dfd63de7b9d8fb816e6b842bf4d33334238df19
|
|
| MD5 |
d5b9fedd4345c92a78d2f9cb921fbc7d
|
|
| BLAKE2b-256 |
f7c2ed978ea598e28e88ac1220ca24cd2f385a68da2a52d3a80423a91f27ba32
|