-
Notifications
You must be signed in to change notification settings - Fork 654
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
REFACTOR-#3885: Move PandasDataframePartitionManager.concatenate to a utils #3892
Conversation
…catenate to a utils Signed-off-by: Naren Krishna <naren@ponder.io>
Signed-off-by: Naren Krishna <naren@ponder.io>
Codecov Report
@@ Coverage Diff @@
## master #3892 +/- ##
===========================================
- Coverage 85.44% 25.60% -59.84%
===========================================
Files 198 185 -13
Lines 16456 15171 -1285
===========================================
- Hits 14061 3885 -10176
- Misses 2395 11286 +8891
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.
LGTM, @YarShev @dchigarev do you agree with these changes?
I wonder if general.py would be a better name for the file like we have general stuff in modin.pandas.general.py? @naren-ponder, please do not forget linking an issue in PRs description in future (I did it). |
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!
I'm fine with the new file being named utils.py
, for me, general.py
seems like a set of general methods for Modin dataframe objects, when the concatenate
is literally an utility function to do a certain thing on pandas DataFrames inside partition manager.
That makes sense |
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
…catenate to a utils (modin-project#3892) Signed-off-by: Naren Krishna <naren@ponder.io>
…catenate to a utils (modin-project#3892) Signed-off-by: Naren Krishna <naren@ponder.io>
Signed-off-by: Naren Krishna naren@ponder.io
What do these changes do?
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/developer/architecture.rst
is up-to-date