Index¶
Constructor
|
Properties
Return an array representing the data in the Index. |
|
Return a boolean if the values are equal or increasing. |
|
Return a boolean if the values are equal or decreasing. |
|
Return True if there are any NaNs. |
|
Get a tuple of the shape of the underlying data. |
|
Get the index name. |
|
Get names of index |
|
Number of dimensions of the underlying data, by definition 1. |
|
Get the number of elements in the underlying data. |
|
Whether the index is empty. |
|
Return the transpose, which is by definition self. |
|
Snowflake Specific
Convert Snowpark pandas Index to pandas Index |
Modifying and computations
Return whether all elements are Truthy. |
|
Return whether any element is Truthy. |
|
Return int position of the smallest value in the Series. |
|
Return int position of the largest value in the Series. |
|
|
|
Make new Index with passed location(-s) deleted. |
|
|
|
Return Index with duplicate values removed. |
|
|
|
|
|
Similar to equals, but checks that object attributes and types are also equal. |
|
Make new Index inserting new item at location. |
|
Check if the Index only consists of booleans. |
|
Check if the Index is a floating type. |
|
Check if the Index only consists of integers. |
|
Check if the Index holds Interval objects. |
|
Check if the Index only consists of numeric data. |
|
Check if the Index is of the object dtype. |
|
|
|
Return the minimum value of the Index. |
|
Return the maximum value of the Index. |
|
Create index with target's values. |
|
Alter Index or MultiIndex name. |
|
|
|
|
|
|
|
Vectorized string functions for Series and Index. |
Compatibility with MultiIndex
|
Set Index name. |
Missing values
Fill NA/NaN values with the specified value. |
|
Return Index without NA/NaN values. |
|
Detect missing values. |
|
Detect existing (non-missing) values. |
Conversion
|
|
|
|
Return a list of the values. |
|
Return a list of the values. |
|
|
|
|
Sorting
|
Combining / joining / set operations
Append a collection of Index options together. |
|
Compute join_index and indexers to conform data structures to the new index. |
|
|
|
|
|
|
Selecting
|
|
|
|
Return a boolean array where the index values are in values. |
|
|