Skip to content

fix: remove duplicate winsorize_outliers definition - #3301

Open
0xtirth wants to merge 1 commit into
im-anishraj:mainfrom
0xtirth:fix/winsorize-outliers-duplicate
Open

fix: remove duplicate winsorize_outliers definition#3301
0xtirth wants to merge 1 commit into
im-anishraj:mainfrom
0xtirth:fix/winsorize-outliers-duplicate

Conversation

@0xtirth

@0xtirth 0xtirth commented Aug 16, 2026

Copy link
Copy Markdown

The second definition (lines 1381-1462) silently shadowed the first (line 513) at import time. Kept V1 because existing tests require its behavior: error message format ('lower must be less than upper'), raising ValueError on non-numeric subset columns, and returning the original frame identity when no numeric columns exist.

V2 also contained a docstring syntax error ('95th' parsed as invalid decimal literal) that prevented module compilation.

Deleted 84 lines, no additions.

issue : #3298

The second definition (lines 1381-1462) silently shadowed the first
(line 513) at import time. Kept V1 because existing tests require its
behavior: error message format ('lower must be less than upper'),
raising ValueError on non-numeric subset columns, and returning the
original frame identity when no numeric columns exist.

V2 also contained a docstring syntax error ('95th' parsed as invalid
decimal literal) that prevented module compilation.

Deleted 84 lines, no additions.
@0xtirth
0xtirth requested a review from im-anishraj as a code owner August 16, 2026 05:08
@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

@0xtirth is attempting to deploy a commit to the xtylishanish-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant