MCPcopy Create free account
hub / github.com/apache/arrow / _get_index_level_values

Function _get_index_level_values

python/pyarrow/pandas_compat.py:550–552  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

548
549
550def _get_index_level_values(index):
551 n = len(getattr(index, 'levels', [index]))
552 return [index.get_level_values(i) for i in range(n)]
553
554
555def _resolve_columns_of_interest(df, schema, columns):

Callers 1

_get_columns_to_convertFunction · 0.85

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected