-
Notifications
You must be signed in to change notification settings - Fork 590
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
ENH: Add support for np.array literals #2603
ENH: Add support for np.array literals #2603
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a release note as well. ping on green.
|
#2605 will take care of one of the failing tests (SQLite is supposed to skip |
|
All tests are passing now. I increased the scope slightly—this PR adds support for (1-d) |
|
thanks @timothydijamco |
This PR allows
np.arrayliterals in the PySpark backend. This was already supported on the Pandas backend.Before:
After: