Quiz Yourself: Combining DataFrames with Pandas
Let's take a short quiz on what we've learned about combining DataFrames with Pandas.
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
Question 1 of 20 attempted
Get hands-on with 1400+ tech skills courses.