pandas.tseries.offsets.Hour.name

Hour.name

Return a string representing the base frequency.

Examples

>>> pd.offsets.Hour().name
'h'
>>> pd.offsets.Hour(5).name
'h'

© 2008–2022, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/2.2.2/reference/api/pandas.tseries.offsets.Hour.name.html