ColumnNaming

ColumnNaming()

How to name columns in timestamp DataFrames.

Controls the column header naming strategy for timestamp tables.

Members

name: Use the human-readable name property (e.g., “Musical Holes Region”). Falls back to ID if name is not set. id: Use the unique identifier (e.g., “dgt_holes”).

Attributes

Name Description
id Use unique identifier.
name Use human-readable name (with id fallback).