Skip to content

Commit

Permalink
DOC: remove duplicated sentence in return secion of pandas.DataFrame.…
Browse files Browse the repository at this point in the history
…agg /asof docstrings (#55165)
  • Loading branch information
elahesharifi authored Sep 17, 2023
1 parent 52bed6d commit f4f598f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -8323,8 +8323,6 @@ def asof(self, where, subset=None):
* DataFrame : when `self` is a DataFrame and `where` is an
array-like
Return scalar, Series, or DataFrame.
See Also
--------
merge_asof : Perform an asof merge. Similar to left join.
Expand Down
2 changes: 0 additions & 2 deletions pandas/core/shared_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
* scalar : when Series.agg is called with single function
* Series : when DataFrame.agg is called with a single function
* DataFrame : when DataFrame.agg is called with several functions
Return scalar, Series or DataFrame.
{see_also}
Notes
-----
Expand Down

0 comments on commit f4f598f

Please sign in to comment.