Signature Description Parameters
template<typename ... Ts>
bool
is_equal(const DataFrame &rhs) const;
It compares self with rhs. If both have the same indices, same number of columns, same names for each column, and all columns are equal, then it returns true. Otherwise it returns false Ts: The list of types for all columns. A type should be specified only once.
rhs: The other DataFrame