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

ENH: merge_asof with "how” functionality #59137

Open
1 of 3 tasks
SterArcher opened this issue Jun 28, 2024 · 0 comments
Open
1 of 3 tasks

ENH: merge_asof with "how” functionality #59137

SterArcher opened this issue Jun 28, 2024 · 0 comments
Labels
Enhancement Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@SterArcher
Copy link

SterArcher commented Jun 28, 2024

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

Hi, i have a problem when merge_asof is the perfect method, but it returns error when there are missing values in left data frame.

ValueError: Merge keys contain null values on left side

The classic merge function already has this option, where you can specify inner, outer.

Thank you!

Feature Description

I would recommend to add "how" parameter to merge_asof function.

Alternative Solutions

Na

Additional Context

https://stackoverflow.com/questions/64723478/do-full-outer-join-with-pandas-merge-asof/64723601#64723601

#23189 (comment)

@SterArcher SterArcher added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

No branches or pull requests

1 participant