We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a57d15 commit 2f9d16fCopy full SHA for 2f9d16f
pandas/_libs/tslibs/offsets.pyx
@@ -3817,6 +3817,17 @@ cdef class Easter(SingleConstructorOffset):
3817
3818
Right now uses the revised method which is valid in years 1583-4099.
3819
3820
+ Parameters
3821
+ ----------
3822
+ n : int, default 1
3823
+ The number of years represented.
3824
+ normalize : bool, default False
3825
+ Normalize start/end dates to midnight before generating date range.
3826
+
3827
+ See Also
3828
+ --------
3829
+ :class:`~pandas.tseries.offsets.DateOffset` : Standard kind of date increment.
3830
3831
Examples
3832
--------
3833
>>> ts = pd.Timestamp(2022, 1, 1)
0 commit comments