-
Notifications
You must be signed in to change notification settings - Fork 666
Update pandas version to 0.24 #451
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
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. |
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a print statement here?
Merged build finished. Test FAILed. |
Test FAILed. |
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.
Thanks for the changes @devin-petersohn!
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
axis=1
forapply
pd.match
from APIbool_only
parameter pandas-dev/pandas#25101 reports this issuepandas.Array
once we properly testWhat do these changes do?
Related issue number
git diff upstream/master -u -- "*.py" | flake8 --diff
black --check modin/