Code fragment metadata

hasIdentifier: https://padme-analytics.de/pht/codeFragment/620d0e4e5bba41875c8f1bb3e07e5f47340d85161d09580c512e0f067b3e41f5
hasContent: self.df_drugs['clean_review'] = self.df_drugs['clean_review'].apply( lambda x: ' '.join(word for word in x.split() if word not in stop_words))

Code fragment is used in the following Trains