BUG: ser[:] = ["a", 1] casts 1 to "1" #35865
Labels
good first issue
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Tests
Unit test(s) needed to prevent regressions
Milestone
Looks like we call
np.array(ser.values)
and the cast happens in there.The text was updated successfully, but these errors were encountered: