Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2021 07:37 AM
you want to loop over a DF-column, that is the issue as Column is not iterable.
if you give the column name instead of the column itself it should work.
But json.loads might not know what to do but then you could also add the dataframe as a function parameter.