In these classes, we will cover basic principles of data visualization, acquiring and cleaning data, and make static, interactive, and animated charts.
How to ask questions of data, and present the results visually in ways that the human brain intuitively understands.
Where and how to find data online. Tips and tricks for downloading unruly data, including browser extensions to extract data from web tables and download from multiple files en masse.
We will use Open Refine to process and clean “dirty data,” and learn how to obtain a script to repeat a data processing recipe on data in the same format.
We’ll use the Plotly web app to make a variety of static and interactive charts.
Introduction to R, R Studio and the dplyr package for data processing.
Making charts with the ggplot2 R package.
We will explore R packages called htmlwidgets that allow you to create JavaScript visualizations straight from your data with a minimum of coding.
We will use the gganimate package to make animated GIFs and videos.