ID EN
CSV

field_size_limit

Python 3.11

Returns the current maximum field size allowed by the parser. If new_limit is given, this becomes the new limit.

Syntax

PYTHON
csv.field_size_limit([new_limit])