[X] I have checked that this enhancement has not already been requested
How would you categorize this request. You can select multiple if not sure
Auto Cleaning, Performance
Enhancement Description
polars makes some autocleaning functionality very difficult, particularly comparing original to modfified across different dtypes. This makes it much more difficult to color and add tooltips to the resulting dataframe based on modifications.
Checks
How would you categorize this request. You can select multiple if not sure
Auto Cleaning, Performance
Enhancement Description
polars makes some autocleaning functionality very difficult, particularly comparing original to modfified across different dtypes. This makes it much more difficult to color and add tooltips to the resulting dataframe based on modifications.
which they shouldn't equal each other because their different types... but you cant do this either
you can't even do this
Because you can't put an object into a struct
Pseudo Code Implementation
This might require writing some custom expressions. particularly a version of cast that returns a struct with the original
Prior Art
N/A