File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ Missing
412
412
MultiIndex
413
413
^^^^^^^^^^
414
414
- :func: `DataFrame.loc ` with ``axis=0 `` and :class: `MultiIndex ` when setting a value adds extra columns (:issue: `58116 `)
415
- -
415
+ - :func: ` MultiIndex.get_level_values ` accessing a :class: ` DatetimeIndex ` does not carry the frequency attribute along ( :issue: ` 58327 `, :issue: ` 57949 `)
416
416
417
417
I/O
418
418
^^^
Original file line number Diff line number Diff line change @@ -844,9 +844,9 @@ def take(
844
844
return result
845
845
846
846
@doc (Index ._shallow_copy )
847
- def _shallow_copy ( # type: ignore[override]
847
+ def _shallow_copy ( # type: ignore[override]
848
848
self ,
849
- values ,
849
+ values : np . ndarray ,
850
850
name : Hashable = no_default ,
851
851
level_codes = no_default ,
852
852
) -> Self :
You can’t perform that action at this time.
0 commit comments