Masame
Results
3
comments of
Masame
I might have to copy you and add support for [whisperx](https://github.com/m-bain/whisperX)
As a workaround, you can use: ``` list_cols = (records.sample(100, replace=True).map(type).astype(str) == "").any(axis=0) list_cols = list_cols[list_cols == True].index.tolist() df_cols = records.columns.tolist() for col in df_cols: if col in list_cols: records[col]...
Is there a workaround for this?