File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1732,16 +1732,16 @@ def freq(self, value):
1732
1732
'is_month_end' ,
1733
1733
'is_month_end' ,
1734
1734
"""
1735
- Return a boolean indicating if the date is the last day of the month.
1735
+ Return a boolean indicating whether the date is the last day of the month.
1736
1736
1737
1737
Returns
1738
1738
-------
1739
- is_month_end : Series of boolean
1739
+ is_month_end : Series of boolean.
1740
1740
1741
1741
See Also
1742
1742
--------
1743
- is_month_start : Returns a boolean indicating if the date is the first day
1744
- of the month.
1743
+ is_month_start : Return a boolean indicating whether the date is
1744
+ the first day of the month.
1745
1745
1746
1746
Examples
1747
1747
--------
@@ -1751,7 +1751,7 @@ def freq(self, value):
1751
1751
1 2018-02-28
1752
1752
2 2018-03-01
1753
1753
dtype: datetime64[ns]
1754
- >>> dates.dt.is_month_start
1754
+ >>> dates.dt.is_month_end
1755
1755
0 False
1756
1756
1 True
1757
1757
2 False
You can’t perform that action at this time.
0 commit comments