admin管理员组

文章数量:1122832

We have a 7 GB file loaded to a dataframe.

grouped_df = df.groupby("constant")

After upgrading from pandas 1 to pandas 2, the above is stuck for hours. Is there any known issue with groupby in pandas 2?

本文标签: dataframeGroup by slower after upgrading to pandas 2Stack Overflow