CBSE Class 12 Informatics Practices
Question 53 of 101
Python Pandas — II — Question 8
Back to all questionsFalse
Reason — The rsub() function and the '-' operator in pandas do not produce the same result because the rsub() function performs reverse subtraction, which means it subtracts the left operand from the right, while the '-' subtracts the right operand from the left operand.