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
If I have an all number column, then convert a cell value to a string. When I try to dropdown the filter on the column, the whole widget freezes because column is still assumed to be number?
if all(np.isnan(col_series)): is called leading to TypeError
The text was updated successfully, but these errors were encountered:
If I have an all number column, then convert a cell value to a string. When I try to dropdown the filter on the column, the whole widget freezes because column is still assumed to be number?
if all(np.isnan(col_series)):
is called leading to TypeErrorThe text was updated successfully, but these errors were encountered: