@@ -763,7 +763,7 @@ def swapaxes(
763
763
764
764
Returns
765
765
-------
766
- y : same as input
766
+ same as input
767
767
"""
768
768
i = self ._get_axis_number (axis1 )
769
769
j = self ._get_axis_number (axis2 )
@@ -3712,7 +3712,7 @@ def take(self: NDFrameT, indices, axis: Axis = 0, **kwargs) -> NDFrameT:
3712
3712
3713
3713
Returns
3714
3714
-------
3715
- taken : same type as caller
3715
+ same type as caller
3716
3716
An array-like containing the elements taken from the object.
3717
3717
3718
3718
See Also
@@ -4164,7 +4164,7 @@ def get(self, key, default=None):
4164
4164
4165
4165
Returns
4166
4166
-------
4167
- value : same type as items contained in object
4167
+ same type as items contained in object
4168
4168
4169
4169
Examples
4170
4170
--------
@@ -5730,7 +5730,7 @@ def pipe(
5730
5730
5731
5731
Returns
5732
5732
-------
5733
- object : the return type of ``func``.
5733
+ the return type of ``func``.
5734
5734
5735
5735
See Also
5736
5736
--------
@@ -6024,7 +6024,7 @@ def astype(
6024
6024
6025
6025
Returns
6026
6026
-------
6027
- casted : same type as caller
6027
+ same type as caller
6028
6028
6029
6029
See Also
6030
6030
--------
@@ -6210,7 +6210,7 @@ def copy(self: NDFrameT, deep: bool_t | None = True) -> NDFrameT:
6210
6210
6211
6211
Returns
6212
6212
-------
6213
- copy : Series or DataFrame
6213
+ Series or DataFrame
6214
6214
Object type matches caller.
6215
6215
6216
6216
Notes
@@ -6333,7 +6333,7 @@ def infer_objects(self: NDFrameT, copy: bool_t = True) -> NDFrameT:
6333
6333
6334
6334
Returns
6335
6335
-------
6336
- converted : same type as input object
6336
+ same type as input object
6337
6337
6338
6338
See Also
6339
6339
--------
@@ -10630,7 +10630,7 @@ def pct_change(
10630
10630
10631
10631
Returns
10632
10632
-------
10633
- chg : Series or DataFrame
10633
+ Series or DataFrame
10634
10634
The same type as the calling object.
10635
10635
10636
10636
See Also
@@ -11649,7 +11649,7 @@ def first_valid_index(self) -> Hashable | None:
11649
11649
11650
11650
Returns
11651
11651
-------
11652
- scalar : type of index
11652
+ type of index
11653
11653
11654
11654
Notes
11655
11655
-----
0 commit comments