phenotypic.sdk_.is_metadata_header#

phenotypic.sdk_.is_metadata_header(col: str) bool[source]#

True if col is a metadata-family column.

Matches canonical Metadata_* columns and the exact finite set of historical per-topic headers. Arbitrary lookalikes such as MetadataFoo_Bar are rejected.

Parameters:

col (str)

Return type:

bool