Closed
Description
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.
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.