Challenge 2: Investigate the Titanic Dataset
Test your data analysis skills with Titanic dataset in pandas.
Use Python and its libraries in this challenge to investigate the Titanic dataset. You’ll perform the following tasks.
Task 1: Understand the data
We’ve already loaded the Titanic dataset for you using pandas. To complete this task, perform the following operations:
Display the size of the dataset.
Display the last five rows.
Display the data type of each column of the dataset.
Get hands-on with 1400+ tech skills courses.