Skip to content

Commit f76e1a5

Browse files
Fix capitalization
1 parent e029eec commit f76e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/null_handling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in how NULL values and empty strings are represented:
3131
3232
Most CSV parsers handle these differently:
3333

34-
- **pandas** (used by ``PandasCursor``): By default, treats both unquoted empty and quoted empty as missing values
34+
- **Pandas** (used by ``PandasCursor``): By default, treats both unquoted empty and quoted empty as missing values
3535
- **PyArrow** (used by ``ArrowCursor``): With ``quoted_strings_can_be_null=False``, treats both as empty strings
3636
- **Polars** (used by ``PolarsCursor``): Correctly distinguishes quoted empty strings from unquoted NULL values
3737
- **AthenaCSVReader** (used by ``S3FSCursor``): Correctly distinguishes NULL (returns ``None``) from empty strings

0 commit comments

Comments
 (0)