I would like to plot the percentage of %, $, £, ! by classes. To detect these symbols I am using
df[\'%_Punct\']=df[\'Text\'].str.findall(\'[%, $, £, !]+\').str