Python Column Charts represent data in the form of rectangular bars with height proportional to y-value. Bars are plotted vertically & sometimes referred to as vertical bar charts. Library comes bundled with different variants of Column Charts like Column, Multi-Series Column, Stacked Column & Stacked Column 100% Charts.
Column Charts are useful in comparing values between datapoints of different categories or values.
Stacked Column Chart comprises of multiple column series stacked one on top of another.
Most commonly used features in Python Column Chart includes animation, beveling the column, datapoint max-width, color, etc.