Data Visualization - Overview
October 23, 2024
Data Visualization: Convert data into meaningful graphics for better understanding of data.
There are many different graphs and other types of visual displays of information.
We will visualize:
From the plots with two numeric variables, we want to see co-variation, the tendency for the values of two or more variables to vary together in a related way.
What type of co-variation occurs between variables?
Common visualizations:
A time trend plot, (also known as a time series plot), is used to visualize trends, patterns, and fluctuations in a variable over a specific time period.
We can check the overall direction in which the time-series variable are moving—upwards, downwards, or staying relatively constant over time.
Common visualizations:
Many tools for visualizing data – Power BI, Tableau, Excel, Python, R, and more
Power BI and Tableau have drag-and-drop interfaces, making them accessible to users with little to no coding experience.
In R, there are multiple packages for creating data visualizations—ggplot2 is the most widely used one.
Using ggplot2 helps develop important coding and data skills, which are critical for more advanced data analytics work.