Skip to main content

A library to detect and remove outliers using IQR.

Project description

IQR Outlier Detection Library

This Python package helps in detecting and removing outliers from a dataset using the Interquartile Range (IQR) method.

Features

  • Detects outliers using IQR.
  • Removes outliers from a dataset.
  • Works with Pandas DataFrames and Series.

Installation

Clone the repository and install the package in editable mode:

pip install iqr-outlier

Usage

Import the package:

from iqr_outlier.detection import detect_outliers # Returns list with outliers
from iqr_outlier.removal import remove_outliers # Return a pandas series with outliers removed
import pandas as pd

Example

# Sample dataset
data = pd.Series([10, 12, 14, 15, 18, 20, 22, 24, 30, 100])

# Detect outliers
outliers = detect_outliers(data)
print("Outliers:", outliers.tolist())

# Remove outliers
cleaned_data = remove_outliers(data)
print("Cleaned Data:", cleaned_data.tolist())

Project Structure

iqr_outliers/
│-- iqr_outlier/
│   │-- __init__.py
│   │-- detection.py
│   │-- removal.py
│-- setup.py
│-- test.py
│-- README.md

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

iqr_outlier-0.1.2.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iqr_outlier-0.1.2-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

Details for the file iqr_outlier-0.1.2.tar.gz.

File metadata

  • Download URL: iqr_outlier-0.1.2.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for iqr_outlier-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4ba37d162147420b8c15a3cbf49354a1a880be5315a43095c15d78d8dbf51a0f
MD5 2a04b73eb8c93d13684980fbe7a331d2
BLAKE2b-256 23045e9a954fd65f9283a5f019334c3e1028df95a08c70b9b7476c53a3376399

See more details on using hashes here.

File details

Details for the file iqr_outlier-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: iqr_outlier-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 1.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for iqr_outlier-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 92cec0dcc9a3a5b9dea3702e229b8117735558e974706c031d19d3d434489006
MD5 56666f63769d9b57353acd6c44903122
BLAKE2b-256 1f7bd3ed773e84c2be639cc3ff1293655c7c70b00e0820300151654663b28ba3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page