-werners-
Esteemed Contributor III

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.