You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: