@@ -4953,7 +4953,7 @@ def pipe(self, func, *args, **kwargs):
49534953 If DataFrame.agg is called with a single function, returns a Series
49544954 If DataFrame.agg is called with several functions, returns a DataFrame
49554955 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.
49574957
49584958 %(see_also)s
49594959
@@ -5349,7 +5349,7 @@ def get_values(self):
53495349 Returns
53505350 -------
53515351 numpy.ndarray
5352- Numpy representation of DataFrame
5352+ Numpy representation of DataFrame.
53535353
53545354 See Also
53555355 --------
@@ -5428,7 +5428,7 @@ def get_ftype_counts(self):
54285428 -------
54295429 dtype : Series
54305430 Series with the count of columns with each type and
5431- sparsity (dense/sparse)
5431+ sparsity (dense/sparse).
54325432
54335433 See Also
54345434 --------
@@ -6657,7 +6657,7 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
66576657 -------
66586658 Series or DataFrame
66596659 Returns the same object type as the caller, interpolated at
6660- some or all ``NaN`` values
6660+ some or all ``NaN`` values.
66616661
66626662 See Also
66636663 --------
@@ -6877,11 +6877,11 @@ def asof(self, where, subset=None):
68776877 -------
68786878 scalar, Series, or DataFrame
68796879
6880- Scalar : when `self` is a Series and `where` is a scalar
6880+ Scalar : when `self` is a Series and `where` is a scalar.
68816881 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.
68836883 DataFrame : when `self` is a DataFrame and `where` is an
6884- array-like
6884+ array-like.
68856885
68866886 See Also
68876887 --------
@@ -7235,7 +7235,7 @@ def clip(self, lower=None, upper=None, axis=None, inplace=False,
72357235 -------
72367236 Series or DataFrame
72377237 Same type as calling object with the values outside the
7238- clip boundaries replaced
7238+ clip boundaries replaced.
72397239
72407240 Examples
72417241 --------
@@ -8386,7 +8386,7 @@ def ranker(data):
83868386 Returns
83878387 -------
83888388 (left, right) : (%(klass)s, type of other)
8389- Aligned objects
8389+ Aligned objects.
83908390 """ )
83918391
83928392 @Appender (_shared_docs ['align' ] % _shared_doc_kwargs )
0 commit comments