Skip to content
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