MemoryError on large merges with pandas in Python

后端 未结 3 742
日久生厌
日久生厌 2021-01-17 16:01

I\'m using pandas to do an outer merge on a set of about ~1000-2000 CSV files. Each CSV file has an identifier column id which is shared between al

3条回答
  •  难免孤独
    2021-01-17 16:35

    I met same error in 32-bit pytwhen using read_csv with 1GB file. Try 64-bit version and hopefully will solve Memory Error problem

提交回复
热议问题