@@ -4951,10 +4951,10 @@ def pipe(self, func, *args, **kwargs):
4951
4951
Returns
4952
4952
-------
4953
4953
DataFrame, Series or scalar
4954
- if DataFrame.agg is called with a single function, returns a Series
4955
- if DataFrame.agg is called with several functions, returns a DataFrame
4956
- if Series.agg is called with single function, returns a scalar
4957
- if Series.agg is called with several functions, returns a Series
4954
+ If DataFrame.agg is called with a single function, returns a Series
4955
+ If DataFrame.agg is called with several functions, returns a DataFrame
4956
+ If Series.agg is called with single function, returns a scalar
4957
+ If Series.agg is called with several functions, returns a Series
4958
4958
4959
4959
%(see_also)s
4960
4960
@@ -6878,10 +6878,10 @@ def asof(self, where, subset=None):
6878
6878
-------
6879
6879
scalar, Series, or DataFrame
6880
6880
6881
- * scalar : when `self` is a Series and `where` is a scalar
6882
- * Series: when `self` is a Series and `where` is an array-like,
6881
+ Scalar : when `self` is a Series and `where` is a scalar
6882
+ Series: when `self` is a Series and `where` is an array-like,
6883
6883
or when `self` is a DataFrame and `where` is a scalar
6884
- * DataFrame : when `self` is a DataFrame and `where` is an
6884
+ DataFrame : when `self` is a DataFrame and `where` is an
6885
6885
array-like
6886
6886
6887
6887
See Also
0 commit comments