You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this enhancement has not already been requested
How would you categorize this request. You can select multiple if not sure
Low Code UI
Enhancement Description
There are certain commands that only apply to certain types of columns. Searching an int column for a string is non-sensical. Convey metadata about the selected column to the low code UI.
Then add filtering info to command editor
Pseudo Code Implementation
Currently command_default looks like this in JLisp [{'symbol':'search_col'}, ...]
add this to the column_dtype to the symbol dict [{'symbol':'search_col', 'column_dtype':'string'}...]
Make column_dtype easily interactable with pandas/polars select_dtype
Prior Art
N/A
The text was updated successfully, but these errors were encountered:
Checks
How would you categorize this request. You can select multiple if not sure
Low Code UI
Enhancement Description
There are certain commands that only apply to certain types of columns. Searching an int column for a string is non-sensical. Convey metadata about the selected column to the low code UI.
Then add filtering info to command editor
Pseudo Code Implementation
Currently
command_default
looks like this in JLisp[{'symbol':'search_col'}, ...]
add this to the
column_dtype
to thesymbol
dict[{'symbol':'search_col', 'column_dtype':'string'}...]
Make column_dtype easily interactable with pandas/polars
select_dtype
Prior Art
N/A
The text was updated successfully, but these errors were encountered: