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
Iterating the result of Pandas.DataFrame.groupby fails with pandas>=1.1.0.
This failure seems to be caused by PrettyDict which is the alternative type of dict and added on pandas==1.1.0.
The log shows that pycall.rb can't regard PrettyDict as dict.
Iterating the result of
Pandas.DataFrame.groupby
fails withpandas>=1.1.0
.This failure seems to be caused by
PrettyDict
which is the alternative type ofdict
and added onpandas==1.1.0
.The log shows that pycall.rb can't regard
PrettyDict
asdict
.Reproduction code
pandas<1.1.0
pandas>=1.1.0
The text was updated successfully, but these errors were encountered: