lenskit.data.types.AliasedColumn#

class lenskit.data.types.AliasedColumn#

A data frame column with possible aliases.

Stability:
Testing (see Stability Levels).
name: str#

The column name.

compat_aliases: list[str] = []#

A list of aliases for the column.

warn: bool = False#

Whether to warn when using an alias.