I have a DataFrame with several numeric columns. My task is to display sums of each column in one chart. I decided to use import matplotlib as plt and a next co
import matplotlib as plt