I am trying to read a large csv file (aprox. 6 GB) in pandas and i am getting a memory error:
MemoryError Traceback (most recen
You can try sframe, that have the same syntax as pandas but allows you to manipulate files that are bigger than your RAM.