Skip to content

TYP: writers.pyi #40832

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 1 commit into from
Apr 8, 2021
Merged

TYP: writers.pyi #40832

merged 1 commit into from
Apr 8, 2021

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

@jbrockmendel jbrockmendel added the Typing type annotations, mypy/pyright type checking label Apr 8, 2021
@@ -5066,7 +5066,7 @@ def _unconvert_string_array(
if nan_rep is None:
nan_rep = "nan"

data = libwriters.string_array_replace_from_nan_rep(data, nan_rep)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow i am shocked this didn't break anything (meaning how was this working before)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the object returned here was the same as the input

@jreback jreback added this to the 1.3 milestone Apr 8, 2021
@jreback jreback merged commit c8e22f1 into pandas-dev:master Apr 8, 2021
@jbrockmendel jbrockmendel deleted the typ-writers branch April 8, 2021 14:30
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Typing type annotations, mypy/pyright type checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants