Skip to content

DOC: remove duplicated sentence in return secion of pandas.DataFrame.agg /asof docstrings #55165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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