@@ -4953,7 +4953,7 @@ def pipe(self, func, *args, **kwargs):
4953
4953
If DataFrame.agg is called with a single function, returns a Series
4954
4954
If DataFrame.agg is called with several functions, returns a DataFrame
4955
4955
If Series.agg is called with single function, returns a scalar
4956
- If Series.agg is called with several functions, returns a Series
4956
+ If Series.agg is called with several functions, returns a Series.
4957
4957
4958
4958
%(see_also)s
4959
4959
@@ -5349,7 +5349,7 @@ def get_values(self):
5349
5349
Returns
5350
5350
-------
5351
5351
numpy.ndarray
5352
- Numpy representation of DataFrame
5352
+ Numpy representation of DataFrame.
5353
5353
5354
5354
See Also
5355
5355
--------
@@ -5428,7 +5428,7 @@ def get_ftype_counts(self):
5428
5428
-------
5429
5429
dtype : Series
5430
5430
Series with the count of columns with each type and
5431
- sparsity (dense/sparse)
5431
+ sparsity (dense/sparse).
5432
5432
5433
5433
See Also
5434
5434
--------
@@ -6657,7 +6657,7 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
6657
6657
-------
6658
6658
Series or DataFrame
6659
6659
Returns the same object type as the caller, interpolated at
6660
- some or all ``NaN`` values
6660
+ some or all ``NaN`` values.
6661
6661
6662
6662
See Also
6663
6663
--------
@@ -6877,11 +6877,11 @@ def asof(self, where, subset=None):
6877
6877
-------
6878
6878
scalar, Series, or DataFrame
6879
6879
6880
- Scalar : when `self` is a Series and `where` is a scalar
6880
+ Scalar : when `self` is a Series and `where` is a scalar.
6881
6881
Series: when `self` is a Series and `where` is an array-like,
6882
- or when `self` is a DataFrame and `where` is a scalar
6882
+ or when `self` is a DataFrame and `where` is a scalar.
6883
6883
DataFrame : when `self` is a DataFrame and `where` is an
6884
- array-like
6884
+ array-like.
6885
6885
6886
6886
See Also
6887
6887
--------
@@ -7235,7 +7235,7 @@ def clip(self, lower=None, upper=None, axis=None, inplace=False,
7235
7235
-------
7236
7236
Series or DataFrame
7237
7237
Same type as calling object with the values outside the
7238
- clip boundaries replaced
7238
+ clip boundaries replaced.
7239
7239
7240
7240
Examples
7241
7241
--------
@@ -8386,7 +8386,7 @@ def ranker(data):
8386
8386
Returns
8387
8387
-------
8388
8388
(left, right) : (%(klass)s, type of other)
8389
- Aligned objects
8389
+ Aligned objects.
8390
8390
""" )
8391
8391
8392
8392
@Appender (_shared_docs ['align' ] % _shared_doc_kwargs )
0 commit comments