Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1094
def
_is_generated_index_name(name):
1095
pattern = r
'^__index_level_\d+__$'
1096
return
re.match(pattern, name) is not None
1097
1098
1099
def
get_pandas_logical_type_map():
Callers
2
_get_index_level
Function · 0.85
_backwards_compatible_index_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected