int64 Index in 0.17 typcasts '0' string to integer #11836
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Indexing
Related to indexing on series/frames, not to indexes themselves
Milestone
Here's what I got. Is this expected behavior? I could not find a reference for this functionality in the release notes.
0.16
conda create -n pd pandas=0.16 python=3.4 ipython
In 0.16 the dtype of the index changes to object when adding a row with '0'.
0.17.1
conda create -n pd pandas=0.17 python=3.4 ipython
In 0.17.1 The index dtype does not change, but typecasts to the integer 0. Repeated assignment at the integer 0 index appends more 0s to the index.
The text was updated successfully, but these errors were encountered: