Dataset.index_col#

property Dataset.index_col: Optional[pandas.core.series.Series]#

Return index column. Index can be a named column or DataFrame index.

Returns
t.Optional[pd.Series]

If index column exists, returns a pandas Series of the index column.