Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Informatics Practices
Python Pandas — II
Question 2
CBSE
Class 12
Informatics Practices
Question 15 of 101
Python Pandas — II — Question 2
Back to all questions
2
Question
Question 2
To add two DataFrames, you may use functions
add()
or
radd( )
.
Answer
Previous
Question 1
Next
Question 3