google/temporian

Handle Categoricals

Closed this issue · 1 comments

We should think of a way to handle categoricals as inputs for the dataframe. Only converting them to int (cat.codes) may not be enough because there are certain operators that don't make sense (sum, sma). A better option would be to add a dtype for categorical and handle the type separately.

rstz commented

Moved to roadmap