BUG: df.to_dict(orient="records") significantly slower in Pandas 1.3.0 #42352
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Performance
Memory or execution speed performance
Regression
Functionality that used to work in a prior pandas version
Milestone
Using
df.to_dict(orient="records")
with large dataframes is significantly slower in pandas 1.3.0 vs 1.2.5.Could you please advice on what might be the cause of this issue?
Test dataframe
Simple timing test
Profiling
Pandas 1.2.5
Pandas 1.3.0
The text was updated successfully, but these errors were encountered: