TimeFrame.with_column_metadata#
- TimeFrame.with_column_metadata(metadata)[source]#
Return a new TimeFrame with column-level metadata.
- Parameters:
metadata (
dict[str,dict[str,Any]]) – Mapping of column names to a dict of arbitrary keys/values describing the column.- Return type:
- Returns:
A new TimeFrame with column-level metadata has set to the provided metadata.