Microsoft.Data.Analysis.DataFrame Join should produce a result with a single joined column #6133
Labels
enhancement
New feature or request
Microsoft.Data.Analysis
All DataFrame related issues and PRs
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
Milestone
Given two DataFame objects it should be easy to perform a simple outer join to achieve these results:
DataFrame1:
DataFrame2:
Resulting DataFrame:
This does not seem to be possible with the current Merge or Join methods, since they end up with two columns for Date (Date_left and Date_right) in the resulting DataFrame and combining those to a single column seems complex and error prone.
The text was updated successfully, but these errors were encountered: