Introduction to Data Visualizaion¶
Why is data visualization important?¶
“A picture is worth a thousand words” Because of the way the human brain processes information, using charts or graphs to visualize large amounts of complex data is easier than poring over spreadsheets or reports. Data visualization is a quick, easy way to convey concepts in a universal manner – and you can experiment with different scenarios by making slight adjustments.
Types of Visualization¶
In statistics, we generally have two kinds of visualization:
Exploratory data visualization: Exploring the data visually to find patterns among the data entities.
Explanatory data visualization: Showcasing the identified patterns using simple graphs.
Grammar of Graphics¶
Component |
Description |
---|---|
Data |
The dataset being plotted |
Aesthetics |
The scales onto which we plot our data |
Geometry |
The visual elements used for our data |
Facet |
Groups by which we divide the data |