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
bveeramani opened this issue
Jan 10, 2023
· 1 comment
· Fixed by #43764 · May be fixed by #39960
Assignees
Labels
bugSomething that is supposed to be working; but isn'tdataRay Data-related issuesP1Issue that should be fixed within a few weeksray 2.10size:smallusability
import ray
import pandas as pd
df = pd.DataFrame({"spam": [0]})
ds1 = ray.data.from_pandas(df)
ds2 = ray.data.from_items([{"ham": [0]}])
ds1.zip(ds2)
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered:
bveeramani
added
bug
Something that is supposed to be working; but isn't
P1
Issue that should be fixed within a few weeks
data
Ray Data-related issues
labels
Jan 10, 2023
bugSomething that is supposed to be working; but isn'tdataRay Data-related issuesP1Issue that should be fixed within a few weeksray 2.10size:smallusability
What happened + What you expected to happen
Tried to zip two datasets, got:
Versions / Dependencies
Ray: 1012fbc
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: