TypeError Traceback (most recent call last
Cell In[39], line 1, in (x)
—-> 1 movies_df[‘genres’]=movies_df[‘genres’].apply(lambda x:[i.replace(“”,””) for i in (x)])
TypeError: ‘NoneType’ object is not iterable
can anybody help me to resolve this error
New contributor
Ume Rubab is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1