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
* Update join docs for other param
Update join docs regarding using multiple Series
* Update type for _join_compat
* Allow any iterable for join; test join for a list of series
* Update type signature
* Update pd.concat type, add cast() to make frame.join() work with mypy
* Fix type union syntax
* NDFrame
* Remove cast
* Fix mypy errors
* Code review
* Remove unnecessary assert
* Add comment explaining the cast
* Fix swapped order of cast comment
* Remove full stop
* Update pandas/core/frame.py
Co-authored-by: Marc Garcia <[email protected]>
0 commit comments