Skip to content
Prossa | Docs
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Introduction
Introduction to Prossa
Guide
Installation
Get started
Techniques
Outlier
Missing Values
Scaling and Encoding
All methods
Example
References
Prossa References
GitHub
Select theme
Dark
Light
Auto
Checking for Outliers
To identify outliers in your dataset:
outliers
=
check_outliers
(
df
)
print
(
outliers
)