data-processing

1 post tagged “data-processing”.

  1. 2024
  2. Handling CSV files with wide columns in Python

    Users were reporting the following error using to import some CSV files: csv.Error: field larger than field limit (131072) It turns out the Python standard library CSV module enforces a default field…

    1 min read