Python Pandas Merge Causing Memory Overflow
https://stackoverflow.com/questions/3275097024.09.2015 · Successful Merge. merged = pd.merge (STAR2013,STARlookUpSubgroupID2013, on='Subgroup ID') Try a second merge. This is where the Memory Overflow Happens. merged=pd.merge (merged, STARentityList2013, on='School Code') I did all of this in ipython notebook, but don't think that changes anything. python memory pandas merge out-of-memory.