ID EN
CSV

writerow

Python 3.11

Write the row parameter to the writer’s file object, formatted according to the current Dialect. Return the return value of the call to the write method of the underlying file object.

Syntax

PYTHON
csvwriter.writerow(row)

See Also

Dialect