pandas.DataFrame.attrs¶
- property DataFrame.attrs: Dict[Optional[Hashable], Any]¶
Dictionary of global attributes of this dataset.
Warning
attrs is experimental and may change without warning.
See also
DataFrame.flags
Global flags applying to this object.