You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLN: refactor numeric index creation to all numeric sub-classes
Propogate name attribute
closes#12309
Author: Pietro Battiston <[email protected]>
Closes#13205 from toobaz/numindexname and squashes the following commits:
9d93fea [Pietro Battiston] TST: test "check_same" in assert_numpy_array_equal()
bea8101 [Pietro Battiston] BUG: Make DateTimeIndex copy datetime64[ns] data on copy=True
3320727 [Pietro Battiston] DOC: What's new
757d105 [Pietro Battiston] TST: Use assert_numpy_array_equal
6d75e55 [Pietro Battiston] BUG: It makes sense to also catch ValueErrors
b6c9233 [Pietro Battiston] BUG: Common NumericIndex.__new__, fixed name handling in indices
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.2.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,8 @@ Bug Fixes
348
348
- Bug in ``pd.read_hdf()`` where attempting to load an HDF file with a single dataset, that had one or more categorical columns, failed unless the key argument was set to the name of the dataset. (:issue:`13231`)
349
349
350
350
351
-
351
+
- Bug in various index types, which did not propagate the name of passed index (:issue:`12309`)
352
+
- Bug in ``DatetimeIndex``, which did not honour the ``copy=True`` (:issue:`13205`)
352
353
- Bug in ``MultiIndex`` slicing where extra elements were returned when level is non-unique (:issue:`12896`)
0 commit comments