Q. What are binary operations? Name the functions that let you perform binary operations on a DataFrame.


Answer =

Binary operations means operations requiring two values to perform and these values are picked elementwise.

Functions are:-
(i) + or add()
(ii) -  or sub() or rsub()
(iii) *  or mul()
(iv) /  or div() or rdiv()

1 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post