Closed tarungarg546 closed 7 years ago
Thanks for the report. Just curious, how much memory does your machine have? I was able to run this without issue, however it did use quite a bit of memory. That being said, this did give me an idea for an optimization for dense data sets like this one, which I can investigate later this week when I have some time.
I've addressed this in commit eeb97b4368f4b46f5c442d2f8a2ae15852931694 which should reduce memory usage by about 30% for this case.
Hey, First of all, thanks for this awesome projects. It's people like you that keep this wave going.
I am trying to profile
PyExcelerate
by creating an Excel file with 500k rows and 50 cols but suddenly it threw me a MemoryError:-My Code :-
Error Traceaback :-
Also, it is worth mentioning that i did the same thing some time back and it worked perfectly.