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):
673
673
create_section_header ("See Also" ),
674
674
dedent (
675
675
"""
676
- GroupBy.first : Similar method for GroupBy objects
676
+ GroupBy.first : Similar method for GroupBy objects.
677
677
Expanding.last : Method to get the last element in each window.\n
678
678
"""
679
679
).replace ("\n " , "" , 1 ),
@@ -709,7 +709,7 @@ def first(self, numeric_only: bool = False):
709
709
create_section_header ("See Also" ),
710
710
dedent (
711
711
"""
712
- GroupBy.last : Similar method for GroupBy objects
712
+ GroupBy.last : Similar method for GroupBy objects.
713
713
Expanding.first : Method to get the first element in each window.\n
714
714
"""
715
715
).replace ("\n " , "" , 1 ),
Original file line number Diff line number Diff line change @@ -2564,7 +2564,7 @@ def kurt(self, numeric_only: bool = False):
2564
2564
create_section_header ("See Also" ),
2565
2565
dedent (
2566
2566
"""
2567
- GroupBy.first : Similar method for GroupBy objects
2567
+ GroupBy.first : Similar method for GroupBy objects.
2568
2568
Rolling.last : Method to get the last element in each window.\n
2569
2569
"""
2570
2570
).replace ("\n " , "" , 1 ),
@@ -2600,7 +2600,7 @@ def first(self, numeric_only: bool = False):
2600
2600
create_section_header ("See Also" ),
2601
2601
dedent (
2602
2602
"""
2603
- GroupBy.last : Similar method for GroupBy objects
2603
+ GroupBy.last : Similar method for GroupBy objects.
2604
2604
Rolling.first : Method to get the first element in each window.\n
2605
2605
"""
2606
2606
).replace ("\n " , "" , 1 ),
You can’t perform that action at this time.
0 commit comments