Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Boolean value filtering capabilities for visualisations #224

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DanFitzgibbon
Copy link
Contributor

@DanFitzgibbon DanFitzgibbon commented Nov 6, 2024

What

Adds filtering for boolean type columns on visualisation blocks. Closes #196.

How

  • Adds the required operator functions in FilterSelector;
  • Adds the mentioned operators as finished VisualizationFilters in the python types index; and
  • Adds the pandas filter for the specified datatype.

Additional Comments

The dataframe is still being output without the boolean filter being applied - still checking.

@DanFitzgibbon DanFitzgibbon force-pushed the bug/correctly-filter-boolean-values branch 2 times, most recently from ff1baae to 34b8c50 Compare November 9, 2024 01:33
@DanFitzgibbon DanFitzgibbon changed the title Adding Boolean value filtering capabilities Adding Boolean value filtering capabilities for visualisations Nov 9, 2024
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.

when dataframe column is a boolean, filters do not display on visualization filters
1 participant