ID EN
CSV

sniff

Python 3.11

Analyze the given sample and return a Dialect subclass reflecting the parameters found. If the optional delimiters parameter is given, it is interpreted as a string containing possible valid delimiter characters.

Syntax

PYTHON
sniff(sample, delimiters=None)

See Also

Dialect