You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Corrected pd.merge indicator type hint
https://pandas.pydata.org/docs/reference/api/pandas.merge.html
It should be "str | bool" instead of just string
* Update merge.py
fixed type hint in merge.py
* Update merge.py
Update indicator type hint in _MergeOperation
* Update merge.py
Added type hint _MergeOperation init
0 commit comments