Makes troublesome data preprocessing comfortable
Project description
PyTDP : Python Troublesome Data Processing
OutLine
To all the data analysts out there.
If you are analyzing data pre-processing and analysis in separate working files, doesn't it become difficult to load the data each time?
You have to declare variables, read excel and csv data using pandas, and write the same process in a new working file every time.
Do you have to write the same process every time in a new working file, declaring variables, loading excel or csv data using pandas, etc. In addition, do you have to name variables randomly so that you don't understand anything when you restart the analysis?
PyTDP is the perfect solution for you.
It reads in several data sets at once and automatically creates variable names according to the file names. What's more, the data frame is saved as a dictionary type, so you don't have to go back to the top to find it!
Installation
pip install PyTDP
Use library
import pytdp
1. Make TroublesomeData class
td = TroublesomeData(data_list)
Click here for a simple study file to get used to it.燥
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
File details
Details for the file PyTDP-1.0.3.tar.gz
.
File metadata
- Download URL: PyTDP-1.0.3.tar.gz
- Upload date:
- Size: 134.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bee67fb3870e2d5e7062053fa2327f645d89763a6baf94dbf899c0d6e459720a |
|
MD5 | ec6005c5fa5a6d8d60f7d0017c6e5959 |
|
BLAKE2b-256 | e7b7397d4b6d5fb8d48a716ed6480ba31cc0cfcae79a9cde55b909d8df8711f8 |
File details
Details for the file PyTDP-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: PyTDP-1.0.3-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08ecbc8eae4504fe18d7a957bf44c2e1afe72b0186a254745093a430795851f3 |
|
MD5 | 7d2fa2246dbd6dc3b1aad2d38cb39ca6 |
|
BLAKE2b-256 | 1dd4ed9165997ab1e2733ab5085b635047c8b7f1836528ceffebc64a40e92e41 |