ID EN
CSV

doublequote

Python 3.11

Controls how instances of quotechar appearing inside a field should themselves be quoted. When True, the character is doubled. When False, the escapechar is used as a prefix to the quotechar. It defaults to True.

Syntax

PYTHON
Dialect.doublequote

See Also

True False True False Error