Skip to content
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

TypeError: When using orjson and serializing pandas.NA #5039

Closed
DavidKatz-il opened this issue Feb 16, 2025 · 0 comments · Fixed by #5040
Closed

TypeError: When using orjson and serializing pandas.NA #5039

DavidKatz-il opened this issue Feb 16, 2025 · 0 comments · Fixed by #5040
Assignees
Labels
bug something broken P1 needed for current cycle

Comments

@DavidKatz-il
Copy link
Contributor

Reproduce the issue:

  1. Install the orjson library.
  2. Execute the following code:
import pandas as pd
from plotly.io.json import to_json_plotly

to_json_plotly(pd.NA)

An error occurs when running the code:

Traceback (most recent call last):
  File "/opt/conda/envs/dev/lib/python3.10/site-packages/plotly/io/_json.py", line 171, in to_json_plotly
    return _safe(orjson.dumps(cleaned, option=opts).decode("utf8"), _swap_orjson)
TypeError: Type is not JSON serializable: NAType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P1 needed for current cycle
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants