lenskit.data.types.AliasedColumn ================================ .. py:class:: lenskit.data.types.AliasedColumn A data frame column with possible aliases. :Stability: Testing .. py:attribute:: name :type: str The column name. .. py:attribute:: compat_aliases :type: list[str] :value: [] A list of aliases for the column. .. py:attribute:: warn :type: bool :value: False Whether to warn when using an alias.