Memory Performance Regression in 0.13+ #6329
Labels
Bug
Regression
Functionality that used to work in a prior pandas version
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Milestone
The following snippit runs fine in pandas 0.12 on a machine with 8GB of RAM but throws a
MemoryError
on a machine with 16GB of RAM when using pandas 0.13The text was updated successfully, but these errors were encountered: