A Data Pre Processing Package
Project description
This is a Data pre processing package where you can Treat 1) Missing Values using Traditional method - Mean , Median, Mode,Knn Method 2) Outlier Treatment using - IQR , Zscore 3) Feature Scaling using - Standard Scalar , Min Max Scalar, Robust Scalar, Max absolute scalar.
——————Missing Value Treatment———————————
Mean - treat_mean(dataframe) Median - treat_median(dataframe) Mode - treat_mode(dataframe) KNN - treat_knn(dataframe,int) # int specify nearest neighbour by default 1
———Get information of a dataframe ———————————
info(dataframe)
————————–Outlier Treatment—————————————————–
IQR — ot_iqr(dataframe,column_name)
Zscore– ot_zscore(dataframe,column_name)
————————————–Feature Scaling—————————————
Standard Scalar — f_standardscalar(dataframe)
Min Max Scalar — f_minmax(dataframe)
Robust Scalar —- f_robustscalar(dataframe)
Max absolute Scalar — f_maxabs(dataframe)
——————Data Visualization———————————————————————-
bar(df) heatmap(df) matrix(df) dendrogram(df) geoplot(df)
- ——————————You can also use the GUI version of our package—————————————
———–We’ll love it if give it a try——————-
https://share.streamlit.io/mohammed-muzzammil/data_pre_processing/main/st1.py
————————-More Information on our Website—————————————– https://mohammed-muzzammil.github.io/dataprepreps
Change Log
0.0.1 (22/11/2020)
First Release
0.0.5 (29/11/2020)
-Fifth Realease
Added Data Visualization
0.07 (9/12/2020)
Advance Missing value Treatment Method
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
File details
Details for the file datapreprep-0.0.7.tar.gz.
File metadata
- Download URL: datapreprep-0.0.7.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8af7d282f8af267422840e66ccae6461e9433646c4e3a90731e29ef582a9936
|
|
| MD5 |
29c614a18177da1d61ec5dbc2b34f14d
|
|
| BLAKE2b-256 |
f142e0ad7ec9129966da5ca0f200d631594f629f305fcfc486a5d38e6e9f2618
|