Custom conversion to Dataframe to JSON
I have a dataframe that is coming from an api, the string version looks like this: 0 2023-04-17 4.82 2023-04-18 4.82 2023-04-19 4.82 2023-04-20 4.82 2023-04-21 4.81 when I call df.to_json(orient = 'records') it looks like this (no good at…