Skip to content

ENH: Add option to use nullable dtypes in read_csv #48776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 7, 2022
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
phofl committed Oct 7, 2022
commit 30d68a81db859867cf3e577c9e981816c20489cc
2 changes: 1 addition & 1 deletion pandas/tests/io/parser/dtypes/test_dtypes_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def test_dtypes_defaultdict_invalid(all_parsers):
parser.read_csv(StringIO(data), dtype=dtype)


def test_use_nullabla_dtypes(all_parsers):
def test_use_nullable_dtypes(all_parsers):
# GH#36712

parser = all_parsers
Expand Down