Code fragment metadata

hasIdentifier: https://padme-analytics.de/pht/codeFragment/4f5881fc0a407d9b4a3029014b2c27fbf83502a7033fa6d7c8a0b77252c17f9f
hasContent: self.df_drugs["count_words_title"] = self.df_drugs["review"].apply( lambda x: len([w for w in str(x).split() if w.istitle()]))

Code fragment is used in the following Trains