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
We are currently taking a look at it. I think it's related, but not the same. The problem this issue brings up is the signature change in the underlying pandas function, rather than an issue with _take() itself (which is #4). This is a pandas version-specific issue.
Our plan is to address #4 first, then deal with this "lower-priority" issue afterwards.
Issue encounter when performing a
.loc[]
operation on a LinkedDataFrame. Likely related to changes in pandas_take()
starting with pandas 1.5.0.Confirmed that issue is not present in pandas 1.4.4.
cheval/cheval/ldf/api.py
Line 635 in 03701c7
The text was updated successfully, but these errors were encountered: