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
Might join_where be in-scope? I think that for Polars / DuckDB / PySpark / Ibis it should be doable, and very nice-to-have. I don't think pandas / pyarrow have equivalents, but maybe that's OK - for most of our API, it's other libraries that raise NotImplementedError, maybe it's OK if in some cases it's pandas / pyarrow that do so 😄
@camriddell this seems like it may be up your street, do you have any thoughts?
The text was updated successfully, but these errors were encountered:
@MarcoGorelli checking to see if this is still in-scope with the feature slow down.
IMO, join_where sounds like it would be great to support- can probably get the API for those that implement it pretty quickly and even add in pandas/pyarrow support via a cross join + filter?
Might
join_where
be in-scope? I think that for Polars / DuckDB / PySpark / Ibis it should be doable, and very nice-to-have. I don't think pandas / pyarrow have equivalents, but maybe that's OK - for most of our API, it's other libraries that raiseNotImplementedError
, maybe it's OK if in some cases it's pandas / pyarrow that do so 😄@camriddell this seems like it may be up your street, do you have any thoughts?
The text was updated successfully, but these errors were encountered: