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

Function _is_generated_index_name

python/pyarrow/pandas_compat.py:1094–1096  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1092
1093
1094def _is_generated_index_name(name):
1095 pattern = r'^__index_level_\d+__$'
1096 return re.match(pattern, name) is not None
1097
1098
1099def get_pandas_logical_type_map():

Callers 2

_get_index_levelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected