You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
df1.equals(df2) returns a single boolean value on whether the two dataframes contain the same values and indices. This includes types for the data, but not for the indices.
The docstring should be improved to follow all our standards, including: