We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec4fec commit ab8376bCopy full SHA for ab8376b
doc/source/whatsnew/v0.24.0.txt
@@ -434,7 +434,7 @@ Indexing
434
- Fixed ``DataFrame[np.nan]`` when columns are non-unique (:issue:`21428`)
435
- Bug when indexing :class:`DatetimeIndex` with nanosecond resolution dates and timezones (:issue:`11679`)
436
- Bug where indexing with a Numpy array containing negative values would mutate the indexer (:issue:`21867`)
437
-- Bug when :class:`Series` was created from :class:`DatetimeIndex`, the series shares the same underneath data with that index (:issue:`21907`)
+- Bug when :class:`Series` was created from :class:`DatetimeIndex`, the series shares the same data with that index (:issue:`21907`)
438
Missing
439
^^^^^^^
440
0 commit comments