Code fragment metadata

hasIdentifier: https://padme-analytics.de/pht/codeFragment/555d1269869102af37b5ce5563fcb0dae4a78e15a04466c7aaba0b88ae53ae05
hasContent: self.df_drugs["count_stopwords"] = self.df_drugs["review"].apply( lambda x: len([w for w in str(x).lower().split() if w in stop_words]))

Code fragment is used in the following Trains