-
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
Fix reset_index with the default index is "distributed-sequence". #1193
Conversation
index_map=index_map, | ||
column_index=column_index, | ||
column_scols=([scol_for(sdf, name_like_string(name)) for _, name in new_index_map] | ||
+ [scol_for(sdf, col) for col in self._internal.data_columns])) |
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.
Essentially this line is the fix.
Softagram Impact Report for pull/1193 (head commit: ae203c8)
|
Codecov Report
@@ Coverage Diff @@
## master #1193 +/- ##
==========================================
- Coverage 95.22% 95.22% -0.01%
==========================================
Files 35 35
Lines 7141 7138 -3
==========================================
- Hits 6800 6797 -3
Misses 341 341
Continue to review full report at Codecov.
|
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.
Nice, LGTM
No description provided.