Skip to content

fix: skip integer cleaning for unhashable columns - #954

Open
lntutor wants to merge 1 commit into
buckaroo-data:mainfrom
lntutor:fix-unhashable-autoclean-878
Open

fix: skip integer cleaning for unhashable columns#954
lntutor wants to merge 1 commit into
buckaroo-data:mainfrom
lntutor:fix-unhashable-autoclean-878

Conversation

@lntutor

@lntutor lntutor commented Jul 26, 2026

Copy link
Copy Markdown

Summary

  • treat empty pandas value-count statistics as not integer-parseable
  • prevent default autocleaning from emitting safe_int for unhashable columns
  • cover the statistic and the complete default-autoclean pipeline

Fixes #878

Validation

  • pytest tests/unit/test_pd_stats_v2.py -q (50 passed)
  • ruff check buckaroo/customizations/pd_stats_v2.py tests/unit/test_pd_stats_v2.py
  • git diff --check

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.

Autocleaning emits a spurious safe_int op on unhashable (list/dict/set) columns

1 participant