Quiz Yourself: Combining DataFrames with Pandas
Let's take a short quiz on what we've learned about combining DataFrames with Pandas.
We'll cover the following...
We'll cover the following...
Combining Pandas DataFrames
1.
Which parameter of the concat
function is used to assign a new index to the combined DataFrame
?
A.
reset_index
B.
new_index
C.
ignore_index
1 / 2