Computer Science, asked by rahul941390, 5 months ago

To add two data frames values, which function may be used.
a)plus
b)rplus
c)add
d)radd​

Answers

Answered by SakshamKumarthegreat
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