-
Notifications
You must be signed in to change notification settings - Fork 328
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
[BUG] Series.drop_duplicates raised a TypeError
#2518
Comments
The output type is wrong in mars/mars/dataframe/base/_duplicate.py Lines 151 to 155 in 86bbdd0
For series input, output type should always be series. |
Hello! Iam a beginner to open source. I would like to contribute to this issue. Could you please explain me this issue? |
Can you let me help |
Hi! I'd love to contribute to this issue. Could you please assign it to me? |
Hey! @hekaisheng I encountered the issue you are facing, and I’ll show you what it was. Series.drop_duplicates() fails with a TypeError
Create a DataFrame with random values, 10 rows, 2 columns
|
Describe the bug
Failed to execute
Series.drop_duplicates
.The text was updated successfully, but these errors were encountered: