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

Changed 'int' type to 'integer' in to_numeric docstring #35776

Merged
merged 3 commits into from Aug 19, 2020

Conversation

edwardkong
Copy link
Contributor

@dsaxton dsaxton added the Docs label Aug 17, 2020
@dsaxton
Copy link
Member

dsaxton commented Aug 17, 2020

Thanks @edwardkong. The docstring for SparseArray also seems to've been changed in error by the same PR, can you fix that here also?

Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

Thanks @edwardkong for the PR. lgtm ex @dsaxton comment

can you also revert the changes to pandas/core/arrays/sparse/array.py made in #33093

@simonjayhawkins
Copy link
Member

i'll add this to the 1.1.1 milestone as effectively a regression in the docs. feel free to change if disagree

@simonjayhawkins simonjayhawkins added this to the 1.1.1 milestone Aug 18, 2020
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

lgtm

@simonjayhawkins
Copy link
Member

can you also revert the changes to pandas/core/arrays/sparse/array.py made in #33093

Thanks @edwardkong Since I want to make sure this is fixed for 1.1.1 I pushed this change.

@simonjayhawkins
Copy link
Member

@jreback ok to merge (and backport)

@simonjayhawkins
Copy link
Member

Thanks @edwardkong

simonjayhawkins pushed a commit that referenced this pull request Aug 19, 2020
…string (#35806)

Co-authored-by: edwardkong <33737404+edwardkong@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: downcast argument for pd.to_numeric should be integer, not int
4 participants