We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9361b6 commit 8266bafCopy full SHA for 8266baf
pandas/core/reshape/merge.pyi
@@ -3,7 +3,7 @@ from pandas import DataFrame as DataFrame, Series as Series
3
from pandas._typing import Label
4
from typing import Optional, Sequence, Union
5
6
-def merge(left: DataFrame,
+def merge(left: DataFrame|Series,
7
right: DataFrame|Series,
8
how: str = ...,
9
on: Optional[Union[Label, Sequence]] = ...,
0 commit comments