Final Quiz
This quiz will make sure you've covered the necessary knowledge in the merging/concatenation functionality in Pandas.
We'll cover the following...
We'll cover the following...
Merging/Concatenation final quiz
1.
The .concat()
function can be used to do the following:
A.
Concatenate two DataFrame
objects by appending rows only
B.
Concatenate two DataFrame
objects by appending columns only
C.
Concatenate two DataFrame
objects by appending either rows or columns
1 / 3
Hopefully, you got the answers ...