Ive tried a lot of combination how to remove this empty list from a dataframe, but it didnt work.
index_names = self.df[self.df['stopwords'].len()==0].index
self.df.drop(index_names, inplace=True)
dataframe called df['stopwords'] and it looks like this
goal is to delete the entire row of a dataframe with [] list