Python error "TypeError: string indices must be integers, not str"
-
My friend who has a little bit knowledge about machine learning was getting the following python error:
File "em_sep.py", line 13, in <module> if ema_1["confidence_score"] == "50": TypeError: string indices must be integers, not str
Line 13 of the the code:
email_s.append(email_1["email_address"])
-
This should get you started…click HERE.