To add two data frames values, which function may be used.
a)plus
b)rplus
c)add
d)radd
Answers
Answered by
4
Answer:
Concatenating DataFrames. We can use the concat function in pandas to append either columns or rows from one DataFrame to another. Let's grab two subsets of our data to see how this works. When we concatenate DataFrames, we need to specify the axis.
Similar questions