-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
centralize and split frame division tests #19527
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19527 +/- ##
==========================================
- Coverage 91.62% 86.09% -5.53%
==========================================
Files 150 150
Lines 48680 48681 +1
==========================================
- Hits 44603 41914 -2689
- Misses 4077 6767 +2690
Continue to review full report at Codecov.
|
second = pd.Series([np.nan, np.nan, np.nan, 0]) | ||
expected = pd.DataFrame({'first': first, 'second': second}) | ||
|
||
# numpy has a slightly different (wrong) treatement |
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.
treatement --> treatment (fix this everywhere)
# GH#3590, modulo as ints | ||
df = pd.DataFrame({'first': [3, 4, 5, 8], 'second': [0, 0, 0, 3]}) | ||
|
||
# this is technically wrong as the integer portion is coerced to float |
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.
Add a comma between "wrong" and "as"
thanks! |
git diff upstream/master -u -- "*.py" | flake8 --diff