lisa.datautils: Fix df_window_signal() dtype propagation
Make sure we only concatenate dataframes with the same column dtype so the output has the same dtype, rather than being reset to the generic "object". In order to achieve that, introduce df_make_empty_clone() that makes an empty clone of any dataframe, preserving the columns dtypes.
Loading
Please register or sign in to comment