Test Your Skills on Data Visualization
Test yourself on the concepts you learned about in data visualization and 5NGs.
Multiple choice questions
Take a look at both the flights
and alaska_flights
data frames. In what respect do these data frames differ? For example, think about the number of rows in each dataset.
The flights
data frame contains all flight data in columns, while alaska_flights
contains only data from Alaskan carrier AS
in columns.
The flights
data frame contains data of the airlines, while alaska_flights
contains data of all the Alaskan flights.
The flights
data frame contains all the flight data excluding alaska_flights
, while alaska_flights
contains only data from the Alaskan carrier AS
in columns.
The flights
data frame contains all the flight data in columns, while alaska_flights
contains all the data except the data of the Alaskan carrier AS
in columns.
Get hands-on with 1400+ tech skills courses.