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

Add Series.applymap #55

Merged
merged 1 commit into from
Aug 14, 2017
Merged

Add Series.applymap #55

merged 1 commit into from
Aug 14, 2017

Conversation

sklam
Copy link
Contributor

@sklam sklam commented Aug 14, 2017

The feature:

Apply an elementwise function to the Series. The function is wrapped by numba.cuda.jit to be executed on the GPU.

@sklam sklam requested a review from seibert August 14, 2017 17:23
@seibert seibert merged commit bb4fe24 into rapidsai:master Aug 14, 2017
@sklam sklam deleted the feature/applymap branch August 14, 2017 19:12
raydouglass pushed a commit that referenced this pull request Nov 7, 2023
Fixes: #13918
This PR raises an error when there are mixed column types that will be constructed as a result of calling .iloc[scalar] instead of returning a DataFrame in pandas compatibility mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants