Replacing value coming from JSON in pandas dataframe cell
I am trying to replace a value in a pandas dataframe cell that I am constructing from a JSON file that I get from Airtable API the JSON file looks like this one: [ { "id": "rec0Y7ydscZnU5NjZ", "createdTime": "2023-03-17T16:32:57.000Z", "fields":…