question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: merge asof raises an error when the predicate column(s) are overlapping

See original GitHub issue

Not 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:closed
  • Created 2 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
cpcloudcommented, Jan 13, 2022

@jayceslesar You’re dangerously close to a PR there. Care to try your hand? Happy to help as much as you need.

0reactions
jayceslesarcommented, Jan 13, 2022

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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found