-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
MemoryError when using .loc or .ix #4280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
pretty sure this is fixed in 0.12; can u try on master? |
In [145]: pandas.__version__ Out[145]: '0.12.0rc1' is rc1 not master? |
yes can u provide your dataset (a link via dropbox of something like that) and specs: python,numpy versions, os (32//64 bit), memory size thanks |
import sys print(sys.version) 2.7 (r27:82500, Jan 10 2013, 09:03:02) [GCC 4.4.5 20110214 (Red Hat 4.4.5-6)] print numpy.__version__ 1.7.1 !free -g total used free shared buffers cached Mem: 39 35 3 0 0 17 -/+ buffers/cache: 17 21 Swap: 11 10 1 !cat /etc/*-release Scientific Linux release 6.1 (Carbon) !uname -a Linux analyticsdev1 2.6.32-220.4.1.el6.x86_64 #1 SMP Mon Jan 23 17:20:44 CST 2012 x86_64 x86_64 x86_64 GNU/Linux Unfortunately I'm not sure I can provide a dataset, we have contracts with our clients which prevent us from sharing specifics. Will have to check on that. |
how much memory do you have in GB total? |
@BAM-BAM-BAM You are using the commit marked @jreback This might be a general issue with using |
or is that above in GB? |
|
ok...all fixed up...this was a bug in the way was allocating memory for determinig non-unique indexers (which only showed up with a large frame and a large number of locations to index) closed by #4283 thanks for the report! |
Great thanks! |
if u can pull down master and give a try would e great |
Sorry I haven't figured out how to reproduce the error with a toy example.
The text was updated successfully, but these errors were encountered: