-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Proper boxing of scalars in DataFrame.to_dict
#23921
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
Hello @Ma3aXaKa! Thanks for updating the PR.
Comment last updated on November 28, 2018 at 15:07 Hours UTC |
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.
Good start! I left some comments. In general, I would try to refrain from making too many extraneous changes (i.e. unrelated to the actual fix / PR). For larger PR's, it would certainly complicate reviewing.
OK, thanks for the review. I will fix it tomorrow. |
done |
@Ma3aXaKa : This is looking good! Can you fix the merge conflict in the |
done |
there are some strange errors in CI |
@Ma3aXaKa : Looks like you have a linting failure https://travis-ci.org/pandas-dev/pandas/jobs/460677489#L2851 |
Hm. Now it's failing on CircleCI with some error in timeseries test. |
@gfyoung Could you launch a rebuild on CircleCI? |
Codecov Report
@@ Coverage Diff @@
## master #23921 +/- ##
==========================================
+ Coverage 92.31% 92.31% +<.01%
==========================================
Files 161 161
Lines 51471 51473 +2
==========================================
+ Hits 47515 47517 +2
Misses 3956 3956
Continue to review full report at Codecov.
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## master #23921 +/- ##
==========================================
+ Coverage 92.31% 92.31% +<.01%
==========================================
Files 161 161
Lines 51471 51473 +2
==========================================
+ Hits 47515 47517 +2
Misses 3956 3956
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #23921 +/- ##
==========================================
+ Coverage 92.31% 92.31% +<.01%
==========================================
Files 161 161
Lines 51471 51473 +2
==========================================
+ Hits 47515 47517 +2
Misses 3956 3956
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #23921 +/- ##
==========================================
+ Coverage 92.31% 92.31% +<.01%
==========================================
Files 161 161
Lines 51471 51473 +2
==========================================
+ Hits 47515 47517 +2
Misses 3956 3956
Continue to review full report at Codecov.
|
lgtm. @gfyoung over to you. |
Thanks @Ma3aXaKa ! |
git diff upstream/master -u -- "*.py" | flake8 --diff