Index.nbytes return the number of bytes in the underlying data
Index.argmin(axis=None)
Index.is_categorical()
Index.drop(labels, errors='raise')
Index.get_duplicates()
Index.map(mapper)
Index.set_value(arr, key, value)
Index.get_values()
Index.is_numeric()
Index.size return the number of elements in the underlying data
Page 5 of 11