Part 5 (5 points, coding task)
Do the following tasks in this part.
-
Remove columns
SibSp
andParch
indf_4
, and save this new DataFrame object asdf_5
(changes ondf_4
should not be inplace). -
Print the first five rows of
df_4
anddf_5
. -
Print the shapes of
df_4
anddf_5
.