-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Fix #13213 json_normalize() and non-ascii characters in keys #13214
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
@@ -0,0 +1,26 @@ | |||
# -*- coding: utf-8 -*- |
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.
no, this can go (just the test), don't add a new file in pandas/io/tests/json/test_json_norm.py
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.
Not sure I understand the second part, but I removed the encoding-line
pls add a whatsnew note |
move the test to where I indicated |
Current coverage is 84.15%@@ master #13214 diff @@
==========================================
Files 138 138
Lines 50388 50394 +6
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 42386 42408 +22
+ Misses 8002 7986 -16
Partials 0 0
|
thanks @fmarczin ! |
Thank you for taking care of this so fast! |
git diff upstream/master | flake8 --diff