Skip to main content
HomeCode-alongsData Analysis

Visualizing Video Game Sales Data with ggplot2 in R

Learn to do exploratory data analysis and create visualizations with ggplot2.
Feb 2023
Code along with us onCode Along

View Slides

In this live code-along, you'll perform an exploratory data analysis on video game sales data. The focus is on creating visualizations with ggplot2 in order to answer business questions. You'll also get an overview of the core philosophy behind ggplot2, which will allow you to extend your skill to visualize almost anything.

Key takeaways

  • Learn to perform simple exploratory data analysis using tidyverse packages, including dplyr and ggplot2

  • Learn the core philosophy behind the ggplot2 data visualization package

  • Learn how to answer business questions using bar plots and line plots

Topics
Related

cheat sheet

ggplot2 Cheat Sheet

ggplot2 is considered to be one of the most robust data visualization packages in any programming language. Use this cheat sheet to guide your ggplot2 learning journey.
Richie Cotton's photo

Richie Cotton

tutorial

Graphics with ggplot2 Tutorial

Data visualization is an essential skill for data scientists. It combines statistics and design in meaningful and appropriate ways.
DataCamp Team's photo

DataCamp Team

6 min

tutorial

How to Make a ggplot2 Histogram in R

Learn how to make a ggplot2 histogram in R. Make histograms in R based on the grammar of graphics.

Kevin Babitz

15 min

tutorial

Visualizing Climate Change Data with ggplot2: A Step-by-Step Tutorial

Learn how to use ggplot2 in R to create compelling visualizations of climate change data. This step-by-step tutorial teaches you to find, analyze, and visualize historical weather data.

Bruno Ponne

11 min

tutorial

Facets for ggplot2 in R

In this tutorial, you'll learn how to make the most of ggplots facetting functions.
DataCamp Team's photo

DataCamp Team

8 min

code-along

Exploratory Data Analysis in R for Absolute Beginners

Learn the basics of exploring new datasets in R.
Ishmael Rico's photo

Ishmael Rico

See MoreSee More