Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

RuntimeError: UNION ALL not yet supported in this context. #440

Open
AndreyPavlenko opened this issue Apr 27, 2023 · 0 comments
Open

RuntimeError: UNION ALL not yet supported in this context. #440

AndreyPavlenko opened this issue Apr 27, 2023 · 0 comments

Comments

@AndreyPavlenko
Copy link
Contributor

The following code:

import modin.pandas as pd

df1 = pd.DataFrame({"A": [1, 2, 3]})
df2 = pd.DataFrame({"A": [1, 2, 3]})
df = pd.concat([df1, df2]).sort_values("A")
print(df)

fails with RuntimeError: UNION ALL not yet supported in this context.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant