bug: merge asof raises an error when the predicate column(s) are overlapping
See original GitHub issueNot sure how this is happening but I keep getting ibis.common.exceptions.RelationError: Joined tables have overlapping names:
.
Both dataframes have 3 columns, where one column in each is timestamp
. Unsure how that is happening, and unsure how this test even passes given I have the exact same scenario.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Merge_asof error message unclear when attempting to join on ...
The merge_asof function gives confusing error message when trying to join on columns which contain null values based on it failing the ...
Read more >Pandas: Key error when doing merge_asof on datetime index ...
It is complaining because you are giving it values instead of a name of a column to join on. If you want to...
Read more >pandas.merge_asof — pandas 0.25.0 documentation
Suffix to apply to overlapping column names in the left and right side, respectively. tolerance : integer or Timedelta, optional, default None.
Read more >Changelog - Dask documentation
Bug Fixes¶. Fix overlap so that set_index doesn't drop rows (GH#9423) Julia Signell. Fix assigning pandas Series to column when ddf.columns.min() raises ......
Read more >Dataframe Systems: Theory, Architecture, and Implementation ...
dataframe features including flexible schemas, ordering, row/column equivalence, and data/metadata fluidity, as well as the piecemeal, trial-and-error-based ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jayceslesar You’re dangerously close to a PR there. Care to try your hand? Happy to help as much as you need.
Definitely going to take me some time to figure out where to place this…don’t want to introduce any breaking changes and need to familiarize myself with the API…