-
Notifications
You must be signed in to change notification settings - Fork 358
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
Implement Series.first_valid_index #936
Conversation
Codecov Report
@@ Coverage Diff @@
## master #936 +/- ##
==========================================
+ Coverage 94.52% 94.53% +<.01%
==========================================
Files 34 34
Lines 6465 6472 +7
==========================================
+ Hits 6111 6118 +7
Misses 354 354
Continue to review full report at Codecov.
|
Looks fine otherwise. |
Softagram Impact Report for pull/936 (head commit: bad5c3f)⭐ Change Overview
📄 Full report
Impact Report explained. Give feedback on this report to [email protected] |
Like pandas Series.first_valid_index (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.first_valid_index.html#pandas.Series.first_valid_index)
implemented function
first_valid_index
for Series.And act like below when Series has MultiIndex