Signature Description Parameters
std::pair<size_type, size_type>
shape();
It returns a pair containing number of rows and columns.
NOTE: Number of rows is the number of index rows. Not every column has the same number of rows, necessarily. But each column has, at most, this number of rows.