Skip to content

BUG: GH35865 - int cast to str with colon setitem #41077

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 3 commits into from
Apr 26, 2021

Conversation

arredond
Copy link
Contributor

@phofl
Copy link
Member

phofl commented Apr 21, 2021

Don't think we need a whatsnew. Thx for adding the tests

@jreback jreback added Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite labels Apr 22, 2021
@jreback jreback added this to the 1.3 milestone Apr 22, 2021
@jreback jreback merged commit b6cb94c into pandas-dev:master Apr 26, 2021
@jreback
Copy link
Contributor

jreback commented Apr 26, 2021

thanks @arredond

@arredond arredond deleted the test_indexing_setitem_colon branch April 27, 2021 12:45
yeshsurya pushed a commit to yeshsurya/pandas that referenced this pull request May 6, 2021
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
Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: ser[:] = ["a", 1] casts 1 to "1"
3 participants