You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
See: #25 (comment)
Currently the code loops over each row to encode it as JSON. This could be sped up by calling
to_json()on the whole dataframe instead.