Data Science & Visualization
Data Types
R
dplyr
ggplot2
100

This is any kind of information.

What is data?

100

This type of data can be quantified, measured, and expressed using numbers

What is quantitative data?

100

This function displays text to the console

What is print?

100

This function selects variables from a data frame

What is select?

100

This function initializes a ggplot2 plot.

What is ggplot?

200

This field uses scientific methods to extract insights from data

What is data science?

200

This type of data is non-numerical. It is expressed using attributes and categories

What is qualitative data?

200

This function repeats the values in an object?

What is rep?

200

This function creates new variables or updates existing variables from a data frame

What is mutate?

200

This function maps data to points on the plot.

What is geom_point?

300

This field involves teaching a computer how to do something without being explicitly programmed to do so?

What is machine learning?

300

This level of measurement corresponds to unordered categorical data

What is nominal data?

300

This occurs when values of different types are put together in a vector?

What is type coercion?

300

This group of functions combines two data frame into a single data frame

What are join functions?

300

This is the visual properties that you see on the plot

What are aesthetics?

400

Explaining, exploring, and analyzing are three functions of this

What are visualizations?

400

This level of measurement corresponds to ordered categorical data


What is ordinal data?

400

This occurs when operations on different length vectors are performed?

This occurs when operations on different length vectors are performed?

400

This function splits a data frame into groups before applying an operation?

What is group_by?

400

This function draws bars where the bars represent the value of a quantitative variable?

What is geom_col?

500

This is the practice of communicating insights from data and visualizations as a narrative.

What is data storytelling?

500

This type of data has a set of fixed and unique levels?

What is a factor?

500

This operator is used to check if a value is present in a vector?

What is %in%?

500

This function creates a new variable based on multiple conditions

What is case_when?

500

This maps the data to visual properties of the plot.

What are scales?

M
e
n
u