Are sum() and add() functions are same?

No both sum() and add() are different because add() is used to perform binary operation on two dataframes and sum() is used to add the values of given axis of a dataframe.

error: Content is protected !!