I'm struggling with creating a single stacked barplot from the dataframe below:
sender_department
Sales 0.441629
Operations 0.288440
Admin 0.244021
IT 0.013952
Engineering 0.007403
Marketing 0.004556
sender_department column is a normalized distribution of occurences of each index (created from original dataframe.
Thanks in advance!