Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ is_index_col
Function
is_index_col
pandas/io/parsers/base_parser.py:871–872 ·
view source on GitHub ↗
(col)
Source
from the content-addressed store, hash-verified
869
870
871
def
is_index_col(col) -> bool:
872
return
col is not None and col is not False
873
874
875
def
validate_parse_dates_presence(
Callers
3
_clean_options
Method · 0.90
__init__
Method · 0.90
_clean_index_names
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected