detect_outlier_iqr

detect_outlier_iqr(csv_file: str, column_name: str) -> 

Detect outliers in a specified column of a CSV file using the IQR method.

Parameters:
NameDescription
csv_fileThe path to the CSV file.

Type: str
column_nameThe name of the column to detect outliers in.

Type: str