Python | Pandas Index.inferred_type
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.inferred_type attribute return a string of the data type inferred from the values of the given Index object. Syntax: Index.inferred_ty