Skip to content

Conversation

@vincentkoppen
Copy link
Member

@vincentkoppen vincentkoppen commented Sep 1, 2025

Fixes #322

Changes proposed in this PR include:

  • Within the exclude_empty filter, we now convert from pd.Series to a value before we call the has_value function instead of after. The has_value uses isinstance for certain checks, so a float check will otherwise fail.
  • I also updated exclude_value and added some tests, this function did work but I do think it's nice to transform as early as possible.

Could you please pay extra attention to the points below when reviewing the PR:

  • ..

Checks

  • If changes are related to CI/CD, are they verified via a manual run on this branch?

@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 1, 2025

@vincentkoppen vincentkoppen added the bug Something isn't working label Sep 1, 2025
Copy link
Member

@mgovers mgovers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mgovers mgovers added this pull request to the merge queue Sep 1, 2025
Merged via the queue into main with commit ada094e Sep 1, 2025
31 of 32 checks passed
@mgovers mgovers deleted the fix/filters-support-pandas-series branch September 1, 2025 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] using the exclude_empty filter doesnt filter out rows

3 participants