paddymul / buckaroo

Buckaroo - the data wrangling assistant for pandas. Quickly explore dataframes, and run pandas commands via a GUI. Works inside the jupyter notebook.
https://paddymul.github.io/buckaroo/
BSD 3-Clause "New" or "Revised" License
228 stars 10 forks source link

investigate orjson library #208

Open paddymul opened 10 months ago

paddymul commented 10 months ago

Checks

How would you categorize this request. You can select multiple if not sure

Performance

Enhancement Description

https://pypi.org/project/orjson/ seems to be a higher performance serialization library. Plotly is using it.

Pseudo Code Implementation

No response

Prior Art

n/a