An outlier removal method (By removing rows)
Project description
This Python package is created to remove outlier rows from a dataset. To use thi dataset you need to create a pandas dataframe(you can use pd.read_csv() to do it), and to to use this package your dataset should have only numerical values and if you have any strings then you can use one hot encoding or simple label encoder to do that, but make sure before using it that it is all done. Now this function takes one argument that is the dataframe. To use it you have to write:
from outliers-ashita_khurana import outlier df = outlier.rem_out(data)
and your df variable will now contain the new data which will not contain outlier rows and this function will also print the number of rows deleted!
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 outlier-ashita_khurana-0.0.1.tar.gz.
File metadata
- Download URL: outlier-ashita_khurana-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 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 |
29a3fa643492577140ae7fd0c210c38836cf624807bc861086b1a23fbc016358
|
|
| MD5 |
50151dcdb9de9c2ccd9624296ecb37ec
|
|
| BLAKE2b-256 |
22f13797327d381018a75cc61548a78d77feb1bf4c44156167a288aab20828a4
|
File details
Details for the file outlier_ashita_khurana-0.0.1-py3-none-any.whl.
File metadata
- Download URL: outlier_ashita_khurana-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 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 |
5e66ba710179a40c64b6d046f1206ac408720a2854298b93384fe67a5845ab2d
|
|
| MD5 |
8203c5962c697a125c7d6fc120205dbf
|
|
| BLAKE2b-256 |
c79bbcb7b712598de8d4c9b4cea0ffedb5614f5bb79c19af755fa2973aecf337
|