Detect outliers from pandas dataframe using various statistical tools
Project description
Outlier Detection
Detect outliers from pandas dataframe using various statistical tools
INSTALLATION AND USAGE
!pip install outlier-detection
from outlier_detection import detect_outliers_using_iqr
# Pandas Dataframe
df
# Detect outliers using IQR Method
# On overall data
detect_outliers_using_iqr(df, 'numeric_column_name')
# Based on factors data
detect_outliers_using_iqr(df, 'numeric_column_name', is_factor=True, factor='categorical_column_name')
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 outlier_detection-1.0.2.tar.gz.
File metadata
- Download URL: outlier_detection-1.0.2.tar.gz
- Upload date:
- Size: 1.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ce14f1dc80cca5f257e6964d9a574c6daf2e0e3a9e64c5bdd37466c72d95912
|
|
| MD5 |
8e79ad67db538b521d42e726a967ed93
|
|
| BLAKE2b-256 |
c6874717cb95e79f4c71cf939a6a19e36b8518c35e297e62bf10466d9c829de1
|
File details
Details for the file outlier_detection-1.0.2-py3-none-any.whl.
File metadata
- Download URL: outlier_detection-1.0.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dde0b6571d2ce756c2b0ab822763d92b7523959c0067cae68a7c752c0741c1c2
|
|
| MD5 |
5d32ec4d3e9138a394f116364857b24d
|
|
| BLAKE2b-256 |
a1f8a9ec2dc4c0cc60aea36520c5e941ab48979a8dce993e10d43f0a62a1ecd8
|