Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 628 Bytes

File metadata and controls

18 lines (10 loc) · 628 Bytes

Bar Charts

Dependencies

Introduction

A bar chart is a way of representing data where the length of the bars represents the magnitude/size of the feature/variable. Bar graphs usually represent numerical and categorical variables grouped in intervals.

The Notebook here contains the code of bar plots like the one shown below.

Thanks for Reading :)