Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve pandas support #734

Closed
evhub opened this issue Apr 29, 2023 · 1 comment
Closed

Improve pandas support #734

evhub opened this issue Apr 29, 2023 · 1 comment

Comments

@evhub
Copy link
Owner

evhub commented Apr 29, 2023

Things that should work:

[df; df]
[df;; df]
df |> fmap$(.+1)
multi_enumerate(df)
all_equal(df)
cartesian_product(df["row1"], df["row2"])
@evhub evhub added this to the v3.0.0 milestone Apr 29, 2023
evhub added a commit that referenced this issue Apr 29, 2023
@evhub evhub added the resolved label Apr 29, 2023
@evhub evhub closed this as completed Apr 29, 2023
@evhub
Copy link
Owner Author

evhub commented Apr 30, 2023

It'd be a lot nicer if fmap mapped over rows here.

@evhub evhub reopened this Apr 30, 2023
evhub added a commit that referenced this issue Apr 30, 2023
@evhub evhub closed this as completed Apr 30, 2023
@evhub evhub mentioned this issue May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant