Signature Description

bool
empty() const noexcept; 
        
It returns true, if index column is empty.
NOTE: When index column is empty, no other column could be populated

bool
shapeless() const noexcept; 
        
It returns true, if index column is empty and no named column has been created.
C++ DataFrame