July 3, 2024
2:16 a.m.
Hi, in the docs for the csv package, csv.QUOTE_NOTNULL is described as "Instructs reader objects to interpret an empty (unquoted) field as None and to otherwise behave as QUOTE_ALL", but the reader behavior of csv.QUOTE_ALL is not described in the doc.