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

Function _is_generated_index_name

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

Source from the content-addressed store, hash-verified

1087
1088
1089def _is_generated_index_name(name):
1090 pattern = r'^__index_level_\d+__$'
1091 return re.match(pattern, name) is not None
1092
1093
1094def get_pandas_logical_type_map():

Callers 2

_get_index_levelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected