pandas.Series.attrs¶
- property Series.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.