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
I have a pandas dataframe with 'latitude' and 'longitude' columns in it. I'd like to convert this into an appropriate JSON payload for the POST API using the Python requests library. Try as I might, I keep getting an "invalid JSON" error message.
Does anyone have example code for doing this?
Thank you.
The text was updated successfully, but these errors were encountered:
I have a pandas dataframe with 'latitude' and 'longitude' columns in it. I'd like to convert this into an appropriate JSON payload for the POST API using the Python requests library. Try as I might, I keep getting an "invalid JSON" error message.
Does anyone have example code for doing this?
Thank you.
The text was updated successfully, but these errors were encountered: