Update pandas version to 0.24#451
Conversation
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
ffabbc8 to
466c6ac
Compare
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
Codecov Report
@@ Coverage Diff @@
## master #451 +/- ##
==========================================
+ Coverage 83.74% 85.76% +2.02%
==========================================
Files 34 34
Lines 4669 4651 -18
==========================================
+ Hits 3910 3989 +79
+ Misses 759 662 -97
Continue to review full report at Codecov.
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Build finished. Test FAILed. |
|
Test FAILed. |
ac169e1 to
6f33114
Compare
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build finished. Test FAILed. |
* pandas release notes: http://pandas.pydata.org/pandas-docs/stable/whatsnew/v0.24.0.html * Update imports to match changes in pandas * Add functionality for list of functions on `axis=1` for `apply` * Remove `pd.match` from API * Small regression in pandas requires regression in Modin * pandas-dev/pandas#25101 reports this issue * pandas-dev/pandas#25102 resolves this issue * TODO: Expose `pandas.Array` once we properly test
40ba9c0 to
94576a4
Compare
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
williamma12
left a comment
There was a problem hiding this comment.
Great work! Just one small question
modin/pandas/test/test_dataframe.py
Outdated
| [("c", "e"), ("d", "f")], names=["level_1", "level_2"] | ||
| ) | ||
|
|
||
| print(df) |
There was a problem hiding this comment.
Do we need a print statement here?
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
williamma12
left a comment
There was a problem hiding this comment.
Thanks for the changes @devin-petersohn!
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
axis=1forapplypd.matchfrom APIbool_onlyparameter pandas-dev/pandas#25101 reports this issuepandas.Arrayonce we properly testWhat do these changes do?
Related issue number
git diff upstream/master -u -- "*.py" | flake8 --diffblack --check modin/