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