Skip to content

Comments

fix variable name mismatch in remove_outliers_from_column#1

Open
burakkyildiz wants to merge 1 commit intoatilsamancioglu:mainfrom
burakkyildiz:fix-remove-outliers-variable-name
Open

fix variable name mismatch in remove_outliers_from_column#1
burakkyildiz wants to merge 1 commit intoatilsamancioglu:mainfrom
burakkyildiz:fix-remove-outliers-variable-name

Conversation

@burakkyildiz
Copy link

Replaced undefined variable 'col' with 'target_col' to prevent NameError.

Summary

Replaced undefined variable col with the correct parameter target_col inside the remove_outliers_from_column function.

Impact

This fix ensures the function works correctly and improves code reliability.

Replaced undefined variable 'col' with 'target_col' to prevent NameError.
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