Index objects#
Constructor#
|
Properties#
Return True if there are any NaNs. |
|
Return boolean scalar if values in the object are monotonic_decreasing. |
|
Return boolean scalar if values in the object are monotonic_increasing. |
|
Return boolean if values in the index are unique. |
|
Modifying and computations#
|
Return int position of the smallest value in the Series. |
|
Return int position of the smallest value in the Series. |
|
Make new Index with passed list of labels deleted. |
|
Return Index with duplicate values removed. |
|
Encode the object as an enumerated type or categorical variable. |
|
Make new Index inserting new item at location. |
|
|
|
|
|
Alter Index or MultiIndex name. |
|
Repeat elements of an Index. |
Compatibility with MultiIndex#
|
Return index with requested level(s) removed. |
|
Set Index or MultiIndex name. |
Missing values#
|
Return Index without NA/NaN values. |
|
Fill NA/NaN values with the specified value. |
Detect missing values. |
|
Detect existing (non-missing) values. |
Conversion#
|
Create an Index with values cast to dtypes. |
|
Create a DataFrame with a column containing the Index. |
|
Create a Series with both index and values equal to the index keys. |
Sorting#
|
Selecting#
|
Return vector of label values for requested level. |