Aliases
While mapping columns is not difficult, the schema provides a nice platform to manage renames by specifying aliases for a column.
If duplicate aliases are provided in the same schema file, the file will fail the schema check, prior to validation. Kind of obvious, since we must avoid ambiguity.
columns:
my_pet_column:
dtype: object
metadata:
pandera_utils:
aliases: ['pets', 'my_pets']