Pandas Index is an immutable ndarray implementing an ordered, sliceable set. It is the basic object which stores the axis labels for all pandas objects.
Pandas
Index.values attribute return an array representing the data in the given Index object.
Syntax: Index.values
Parameter : None
Returns : an array
Example #1: Use
Index.values attribute to return an array representing the data in the given Index object.
Output :
👁 Image
Now we will use
Index.values attribute to return an array representing the data in the given Index object.
Output :
👁 Image
As we can see in the output, the
Index.values attribute has successfully returned an array representing the data of the given Index object.
Example #2 : Use
Index.values attribute to return an array representing the data in the given Index object.
Output :
👁 Image
Now we will use
Index.values attribute to return an array representing the data in the given Index object.
Output :
👁 Image
As we can see in the output, the
Index.values attribute has successfully returned an array representing the data of the given Index object.