Skip to content

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

Closed

Conversation

fmarczin
Copy link
Contributor

@@ -0,0 +1,26 @@
# -*- coding: utf-8 -*-
Copy link
Contributor

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

Copy link
Contributor Author

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

@jreback jreback added Bug Unicode Unicode strings IO JSON read_json, to_json, json_normalize labels May 18, 2016
@jreback
Copy link
Contributor

jreback commented May 18, 2016

pls add a whatsnew note

@jreback
Copy link
Contributor

jreback commented May 18, 2016

move the test to where I indicated

@codecov-io
Copy link

codecov-io commented May 19, 2016

Current coverage is 84.15%

Merging #13214 into master will increase coverage by <.01%

@@             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          

Powered by Codecov. Last updated by 2429ec5...44745ca

@jreback jreback added this to the 0.18.2 milestone May 19, 2016
@jreback jreback closed this in eeccd05 May 19, 2016
@jreback
Copy link
Contributor

jreback commented May 19, 2016

thanks @fmarczin !

@fmarczin
Copy link
Contributor Author

Thank you for taking care of this so fast!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug IO JSON read_json, to_json, json_normalize Unicode Unicode strings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

json_normalize() can't deal with non-ascii characters in unicode keys
3 participants