pandas.tseries.offsets.Day.is_anchored
- Day.is_anchored()
-
Return False.
Deprecated since version 2.2.0: is_anchored is deprecated and will be removed in a future version. Use
False
instead.Examples
>>> pd.offsets.Hour().is_anchored() False >>> pd.offsets.Hour(2).is_anchored() False
© 2008–2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
© 2011–2025, Open source contributors
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/2.3.0/reference/api/pandas.tseries.offsets.Day.is_anchored.html