
In this lecture, I briefly discuss how the course will unfold.
This is a review of the process of installing an Ubuntu virtual machine.
After viewing this lecture, you will be able to install MySQL.
After viewing this lecture, you will be able to login and logout of MySQL.
After viewing this lecture, you will be able to create a user in MySQL.
After viewing this video, you will be able to grant user privileges in MySQL.
After viewing this lecture, you will be able to use the vi program to edit the MySQL configuration file to allow MySQL to accept requests from all IP addresses.
After viewing this lecture, you will be able to forward ports via Vagrant.
In this lesson, I show you how to load the packages you will need to visualize the hit locations in R.
After viewing this lecture, you will be able to scrape hit location data from PITCHf/x.
In this lecture, we get acquainted with the data we have stored in MySQL.
In this lecture, we decide what information we want to extract from our database into R.
After viewing this lecture, you will be able to query a MySQL database from R.
In this lecture, we modify the data we extracted from MySQL to make our visualization task easier.
In this lecture, we build the foundation of our plot, visualizing only the locations of where the hits were fielded.
In this lecture, we enhance the plot by indicating whether each batted baseball was a home run, single, double, or a non-hit. We do this by utilizing the color, shape, and size parameters.
After viewing this lecture, you will be able to delete a MySQL database. We will also scrape a season's worth of PITCHf/x data and store it in MySQL.
In this lecture we put everything together and apply what we've learned to a larger data set.
This course is about working with large sets of PITCHf/x data to create batting location charts. We use R to scrape and visualize the data and MySQL to store the data. The course includes lessons on how to install a virtual Ubuntu machine, how to install MySQL, how to perform basic MySQL administrative tasks, and how to connect R and MySQL.
It would be best if you have some knowledge of R and ggplot. This can be obtained through my previous three courses in baseball analytics. However, it might be possible to follow along without this.
At a relaxed pace, the course should take about two weeks to complete.