-
Notifications
You must be signed in to change notification settings - Fork 121
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 pandas series #118
add pandas series #118
Conversation
cc/ @sighingnow @andydiwenzhu any comment? |
Codecov Report
@@ Coverage Diff @@
## main #118 +/- ##
===========================================
+ Coverage 62.22% 76.79% +14.57%
===========================================
Files 52 52
Lines 3833 3801 -32
===========================================
+ Hits 2385 2919 +534
+ Misses 1448 882 -566
|
LGTM |
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.
LGTM.
There's conflict after #110 merged. Could you rebase this PR agaist current main branch? |
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.
LGTM
done. |
What do these changes do?
support Series structure of pandas
Related issue number
Fixes #117