[`Series.loc`](series.loc.md)
Series
that only apply to specific data types.Series.dt
can be used to access the values of the series as datetime and return several properties. These can be accessed like Series.dt.<property>
.Series.str
can be used to access the values of the series as strings and apply several methods to it. These can be accessed like Series.str.<function/property>
.Series.plot
is both a callable method and a namespace attribute for specific plotting methods of the form Series.plot.<kind>
.