Skip to content

ENH: merge_asof with "how” functionality #59137

@SterArcher

Description

@SterArcher

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNeeds TriageIssue that has not been reviewed by a pandas team memberReshapingConcat, Merge/Join, Stack/Unstack, Explode

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions