An Index is considered empty if it has no elements. This property can be useful for quickly checking the state of an Index, especially in data processing and analysis workflows where handling of empty datasets might be required.
Returns:
bool
If Index is empty, return True, if not return False.
See also:
Index.size
Return the number of elements in the underlying data.