@@ -5156,8 +5156,7 @@ def pipe(self, func, *args, **kwargs):
5156
5156
_shared_docs [
5157
5157
"transform"
5158
5158
] = """
5159
- Call ``func`` on self producing a %(klass)s with transformed values
5160
- and that has the same axis length as self.
5159
+ Call ``func`` on self producing a %(klass)s with transformed values and that has the same axis length as self.
5161
5160
5162
5161
Parameters
5163
5162
----------
@@ -8741,8 +8740,7 @@ def ranker(data):
8741
8740
_shared_docs [
8742
8741
"align"
8743
8742
] = """
8744
- Align two objects on their axes with the
8745
- specified join method for each axis Index.
8743
+ Align two objects on their axes with the specified join method for each axis Index.
8746
8744
8747
8745
Parameters
8748
8746
----------
@@ -9966,14 +9964,11 @@ def abs(self):
9966
9964
def describe (self , percentiles = None , include = None , exclude = None ):
9967
9965
"""
9968
9966
Generate descriptive statistics that summarizes a dataset.
9969
-
9970
- Statistics summarizes the central tendency, dispersion and
9967
+ Statistics summarizes the central tendency, dispersion and
9971
9968
shape of a dataset's distribution, excluding ``NaN`` values.
9972
9969
9973
- Analyzes both numeric and object series, as well
9974
- as ``DataFrame`` column sets of mixed data types. The output
9975
- will vary depending on what is provided. Refer to the notes
9976
- below for more detail.
9970
+ Analyzes both numeric and object series, as well as ``DataFrame`` column sets of mixed data types.
9971
+ The output will vary depending on what is provided. Refer to the notes below for more detail.
9977
9972
9978
9973
Parameters
9979
9974
----------
@@ -10659,9 +10654,8 @@ def compound(self, axis=None, skipna=None, level=None):
10659
10654
name ,
10660
10655
name2 ,
10661
10656
axis_descr ,
10662
- "Return unbiased kurtosis over requested axis using Fisher's "
10663
- "definition of kurtosis(kurtosis of normal == 0.0).\n Normalized "
10664
- "by N-1." ,
10657
+ "Return unbiased kurtosis over requested axis using Fisher's definition of kurtosis(kurtosis of normal == 0.0)."
10658
+ "\n \n Normalized by N-1." ,
10665
10659
nanops .nankurt ,
10666
10660
)
10667
10661
cls .kurtosis = cls .kurt
0 commit comments