MCPcopy
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
877def _concat_indexes(indexes) -> Index:
878 return indexes[0].append(indexes[1:])
879
880
881def validate_unique_levels(levels: list[Index]) -> None:

Callers 3

_get_concat_axis_seriesFunction · 0.85
_make_concat_multiindexFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected