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
I'm not really sure what should be done here. At least a better error message I suppose. Perhaps just skip non-string columns or maybe even try to turn them into strings? E.g., make match("\d", 123) work? Obviously could run into some problems for things that can't be converted (or do "unexpected" things) for turning into string/unicode.
specially when dealing with multi-level index. We need to drop of the level to make it single index before be able to use filter method. Perhaps we could add a 'level' argument to the filter method so we can specify a level to look-at.
I'm not really sure what should be done here. At least a better error message I suppose. Perhaps just skip non-string columns or maybe even try to turn them into strings? E.g., make match("\d", 123) work? Obviously could run into some problems for things that can't be converted (or do "unexpected" things) for turning into string/unicode.
The text was updated successfully, but these errors were encountered: