Skip to content

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