Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ _concat_indexes
Function
_concat_indexes
pandas/core/reshape/concat.py:877–878 ·
view source on GitHub ↗
(indexes)
Source
from the content-addressed store, hash-verified
875
876
877
def
_concat_indexes(indexes) -> Index:
878
return
indexes[0].append(indexes[1:])
879
880
881
def
validate_unique_levels(levels: list[Index]) -> None:
Callers
3
_get_concat_axis_series
Function · 0.85
_get_concat_axis_dataframe
Function · 0.85
_make_concat_multiindex
Function · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected