No project description provided
Project description
DataPrepKit
this project is made for the "Python Programming Foundation" course from Electro PI
Key Features:
- Read files of type CSV, Excel, and JSON, using "DataReading" class.
- Use "DataSummaries" class to create summaries for data frames, or get each individual summary value for mean, median, mode, standard deviation, number of values, minimum value, maximum value, and frequent values.
- Clean up data bases with "HandleMissingValues" class using one of these cleaning strategies: 'drop', 'mean', 'median', 'mode', 'ffill', 'bfill', or replace the missing values with a value of your choice using the "replace_missing_values" method.
- Encode categorical data using 'one-hot' strategy, or using 'label' from class "DataEncoding".
All classes and methods are imported in the initial files, so there is no need to import each method seperately!
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
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 Project_DataPrepKit-0.3.tar.gz.
File metadata
- Download URL: Project_DataPrepKit-0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6c892a25243775a195c401f229ea92b0086e705bde684df8854d520955ad4dc
|
|
| MD5 |
3f460ccc2e202d6a0a2c2de0a3ec82fa
|
|
| BLAKE2b-256 |
a43ea9cd1cd449f059c6cf63439ef66359cb3e74a47fb97bd657f792f0f2d98a
|
File details
Details for the file Project_DataPrepKit-0.3-py3-none-any.whl.
File metadata
- Download URL: Project_DataPrepKit-0.3-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
575f030dfbb17b17f367a9a521d69d03f3be2240dd484add99489a07b04d448e
|
|
| MD5 |
e9a42e18cfaa75124d55c2b92aeae2b7
|
|
| BLAKE2b-256 |
7cd7662a162fa4c9d15f2bed37b634a5484d7ef19dce689943748d0910fa3a95
|