Skip to content

BUG: implement astype from string dtype to nullable int dtype #33062

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

Conversation

jorisvandenbossche
Copy link
Member

Closes #32450

This implements a conversion from nullable string dtype to nullable int dtype.

@jorisvandenbossche jorisvandenbossche added Bug NA - MaskedArrays Related to pd.NA and nullable extension arrays labels Mar 27, 2020
@jorisvandenbossche jorisvandenbossche added this to the 1.1 milestone Mar 27, 2020
@jreback jreback merged commit 845c50c into pandas-dev:master Mar 27, 2020
@jreback
Copy link
Contributor

jreback commented Mar 27, 2020

thanks @jorisvandenbossche

@jorisvandenbossche jorisvandenbossche deleted the GH-32450-cast-string-int branch March 27, 2020 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug NA - MaskedArrays Related to pd.NA and nullable extension arrays
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Converting a StringDtype series to an Inte64Dtype not working as expected
2 participants