polars.DataFrame.flags#

property DataFrame.flags: dict[str, dict[str, bool]][source]#

Get flags that are set on the columns of this DataFrame.

Returns:
dict

Mapping from column names to column flags.