-
Notifications
You must be signed in to change notification settings - Fork 915
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
[DEPRECATION] Remove Series.merge #10166
Comments
Thanks. Related, #9316 (comment) needs to be addressed before we remove this API. |
This issue has been labeled |
This PR removes various pieces of deprecated code. These removals are also helpful for certain ongoing refactoring tasks. Resolves #10166 Resolves #9316 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: #10450
Resolved in #10450 |
pandas only support merge operations on Series via the
pd.merge
orDataFrame.merge
APIs.The text was updated successfully, but these errors were encountered: