Examining the Index object

Each axis of Series and DataFrames has an Index object that labels the values. There are many different types of Index objects, but they all share the same common behavior. All Index objects, except for the special MultiIndex, are single-dimensional data structures that combine the functionality and implementation of Python sets and NumPy ndarrays.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset