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()
well done sir
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )