Index objects — pandas 1.3.5 documentation
pandas.pydata.org › pandas-docs › stableReturn if the index is monotonic decreasing (only equal or decreasing) values. Index.is_unique. Return if the index has unique values. Index.has_duplicates. Check if the Index has duplicate values. Index.hasnans. Return if I have any nans; enables various perf speedups. Index.dtype. Return the dtype object of the underlying data. Index.inferred ...
pandas.DatetimeIndex — pandas 1.3.5 documentation
pandas.pydata.org › api › pandasReturn Datetime Array/Index as object ndarray of datetime.datetime objects. to_series ([keep_tz, index, name]) Create a Series with both index and values equal to the index keys useful with map for returning an indexer based on an index. to_frame ([index, name]) Create a DataFrame with a column containing the Index. month_name (*args, **kwargs)