MCPcopy
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
871def is_index_col(col) -> bool:
872 return col is not None and col is not False
873
874
875def validate_parse_dates_presence(

Callers 3

_clean_optionsMethod · 0.90
__init__Method · 0.90
_clean_index_namesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected