Distributed Series 🎉#522
Conversation
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
Codecov Report
@@ Coverage Diff @@
## master #522 +/- ##
==========================================
- Coverage 90.22% 90.21% -0.02%
==========================================
Files 34 37 +3
Lines 4849 5406 +557
==========================================
+ Hits 4375 4877 +502
- Misses 474 529 +55
Continue to review full report at Codecov.
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
williamma12
left a comment
There was a problem hiding this comment.
Looked over it quickly
Update implementation Fix repr Update mapreduce functionality Update Add more methods work in progress updates from home Fix test files Add several methods to Series Fix comment Remove duplicate code Add some defaulting to pandas Push today's progress Fix some test failures Fix failures Fix indexing Fix python2 compat Address comments, cleanup Lint Cleanup Fix test error for Ray, propagate errors Lint
8931c60 to
d8f01a5
Compare
devin-petersohn
left a comment
There was a problem hiding this comment.
Other things to add:
- Documentation section about Series
- Finish tests
* complete tests upto and including test_timestamp * Move to_timestamp back to original spot
…ohn/modin into features/distributed_series
williamma12
left a comment
There was a problem hiding this comment.
Left some quick comments on some documentation, but otherwise it looks good!
williamma12
left a comment
There was a problem hiding this comment.
thanks for the much needed addition @devin-petersohn!
What do these changes do?
Adds distributed Series compatibility to Modin. Currently a work in progress.
New addition can be tested with:
There is still several functionalities to add, in addition to the defaulting to pandas.
Related issue number
flake8 modinblack --check modin