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
There seems to be a bug in the filter method when grouping by multiple columns, where one of the grouping columns has type datetime64[ns]. Here is an example:
There seems to be a bug in the
filter
method when grouping by multiple columns, where one of the grouping columns has typedatetime64[ns]
. Here is an example:Now, if I change the timestamps to strings,
filter
works as expected:Also,
filter
works as expected when grouping by only column B, regardless of whether it contains timestamps or strings.What's going on here? Am I missing something or is this actually a bug? Thanks!
The text was updated successfully, but these errors were encountered: