Skip to content
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

Use NaN as na_value for new pyarrow_numpy StringDtype #54585

Merged
merged 23 commits into from
Aug 26, 2023

Conversation

phofl
Copy link
Member

@phofl phofl commented Aug 16, 2023

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

xref #54792

@jorisvandenbossche
Copy link
Member

Looking just at the single commit d862eca, that looks good to me

…semantics_na_val

# Conflicts:
#	pandas/tests/arrays/string_/test_string.py
#	pandas/tests/extension/test_string.py
…semantics_na_val

# Conflicts:
#	pandas/tests/strings/__init__.py
#	pandas/tests/strings/test_split_partition.py
@phofl
Copy link
Member Author

phofl commented Aug 21, 2023

cc @jbrockmendel

phofl and others added 2 commits August 22, 2023 17:55
…semantics_na_val

# Conflicts:
#	pandas/core/arrays/string_arrow.py
#	pandas/tests/arrays/string_/test_string.py
#	pandas/tests/strings/test_case_justify.py
@phofl
Copy link
Member Author

phofl commented Aug 23, 2023

rebased, the diff is more manageable now

cc @jorisvandenbossche @jbrockmendel

@jorisvandenbossche jorisvandenbossche changed the title Add na_val for new String Array Use NaN as na_value for new pyarrow_numpy StringDtype Aug 24, 2023
@phofl
Copy link
Member Author

phofl commented Aug 26, 2023

merging this

@phofl phofl merged commit 9d8bce7 into pandas-dev:main Aug 26, 2023
33 checks passed
@phofl phofl added this to the 2.1 milestone Aug 26, 2023
@phofl phofl added the Arrow pyarrow functionality label Aug 26, 2023
@phofl phofl deleted the string_array_numpy_semantics_na_val branch August 26, 2023 10:40
@phofl
Copy link
Member Author

phofl commented Aug 26, 2023

@meeseeksdev backport to 2.1.x

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Aug 26, 2023
phofl added a commit that referenced this pull request Aug 26, 2023
…ow_numpy StringDtype) (#54767)

Backport PR #54585: Use NaN as na_value for new pyarrow_numpy StringDtype

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
mroeschke pushed a commit to mroeschke/pandas that referenced this pull request Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants