-
Notifications
You must be signed in to change notification settings - Fork 82
Fix order of columns after to flatten #1095
Fix order of columns after to flatten #1095
Conversation
The "Proposed Changes" paragraph may be misleading. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #1095 +/- ##
===========================================
- Coverage 86.96% 68.44% -18.53%
===========================================
Files 170 170
Lines 9324 9321 -3
===========================================
- Hits 8109 6380 -1729
- Misses 1215 2941 +1726
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Could you please run |
Proposed Changes section is about what is done inside PR, not about what we want to do in the future. I agree that it can be unclear, I usually just leave a link to the issue in this section. |
Fixed issues with codestyle and ran 'make format' command |
Before submitting (must do checklist)
Proposed Changes
It may be useful to impose the same order on the return dataframe of .to_dataset() for the sake of consistency. Current order of columns in the return dataframe of ._to_dataset() places "target" along other features in alphabetical order.
Closing issues
closes #873