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

_simplify_up with MergeAsOfIndexed results in "object has no attribute 'left_on'" error #1182

Closed
kapitalk26 opened this issue Jan 9, 2025 · 0 comments

Comments

@kapitalk26
Copy link

Line 528 in _merge.py reads:
left_on = _convert_to_list(self.left_on)
When self is a MergeAsOfIndexed object, this will fail since MergeAsofIndexed does not have a left_on attribute.

I don't have a simple way to reproduce yet. This came from our production application using multiple sequential merge_asof calls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants