-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
to_json() for multi indexed dataframe is missing escapes #27045
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
Labels
Duplicate Report
Duplicate issue or pull request
IO JSON
read_json, to_json, json_normalize
MultiIndex
Comments
and if u see the issue you pointed references an open issue |
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 8, 2021
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 8, 2021
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 9, 2021
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 9, 2021
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 9, 2021
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 10, 2021
jreback
pushed a commit
that referenced
this issue
Aug 10, 2021
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 11, 2021
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 11, 2021
felixDulys
added a commit
to felixDulys/pandas
that referenced
this issue
Aug 25, 2021
mroeschke
pushed a commit
that referenced
this issue
Aug 27, 2021
feefladder
pushed a commit
to feefladder/pandas
that referenced
this issue
Sep 7, 2021
feefladder
pushed a commit
to feefladder/pandas
that referenced
this issue
Sep 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Duplicate Report
Duplicate issue or pull request
IO JSON
read_json, to_json, json_normalize
MultiIndex
For df.to_json() the speech marks should be escaped. Currently, the json is not valid. This was already reported as an issue here #15288, but most likely incorrectly marked as duplicate with something else.
`
The text was updated successfully, but these errors were encountered: