We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e029eec commit f76e1a5Copy full SHA for f76e1a5
docs/null_handling.rst
@@ -31,7 +31,7 @@ in how NULL values and empty strings are represented:
31
32
Most CSV parsers handle these differently:
33
34
-- **pandas** (used by ``PandasCursor``): By default, treats both unquoted empty and quoted empty as missing values
+- **Pandas** (used by ``PandasCursor``): By default, treats both unquoted empty and quoted empty as missing values
35
- **PyArrow** (used by ``ArrowCursor``): With ``quoted_strings_can_be_null=False``, treats both as empty strings
36
- **Polars** (used by ``PolarsCursor``): Correctly distinguishes quoted empty strings from unquoted NULL values
37
- **AthenaCSVReader** (used by ``S3FSCursor``): Correctly distinguishes NULL (returns ``None``) from empty strings
0 commit comments