File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ def kurt(self, numeric_only: bool = False):
673673 create_section_header ("See Also" ),
674674 dedent (
675675 """
676- GroupBy.first : Similar method for GroupBy objects
676+ GroupBy.first : Similar method for GroupBy objects.
677677 Expanding.last : Method to get the last element in each window.\n
678678 """
679679 ).replace ("\n " , "" , 1 ),
@@ -709,7 +709,7 @@ def first(self, numeric_only: bool = False):
709709 create_section_header ("See Also" ),
710710 dedent (
711711 """
712- GroupBy.last : Similar method for GroupBy objects
712+ GroupBy.last : Similar method for GroupBy objects.
713713 Expanding.first : Method to get the first element in each window.\n
714714 """
715715 ).replace ("\n " , "" , 1 ),
Original file line number Diff line number Diff line change @@ -2564,7 +2564,7 @@ def kurt(self, numeric_only: bool = False):
25642564 create_section_header ("See Also" ),
25652565 dedent (
25662566 """
2567- GroupBy.first : Similar method for GroupBy objects
2567+ GroupBy.first : Similar method for GroupBy objects.
25682568 Rolling.last : Method to get the last element in each window.\n
25692569 """
25702570 ).replace ("\n " , "" , 1 ),
@@ -2600,7 +2600,7 @@ def first(self, numeric_only: bool = False):
26002600 create_section_header ("See Also" ),
26012601 dedent (
26022602 """
2603- GroupBy.last : Similar method for GroupBy objects
2603+ GroupBy.last : Similar method for GroupBy objects.
26042604 Rolling.first : Method to get the first element in each window.\n
26052605 """
26062606 ).replace ("\n " , "" , 1 ),
You can’t perform that action at this time.
0 commit comments