Details
-
Improvement
-
Status: Open
-
P3
-
Resolution: Unresolved
-
None
-
None
Description
df_a = ...
df_b.eval('foo = @df_a.bar + baz')
Currently we don't support accessing other frames in eval and query like this, but it should be possible to implement as a zipping operation.
Attachments
Issue Links
- is a child of
-
BEAM-9547 Implement all pandas operations (or raise WontImplementError)
- In Progress