Enter search terms or a module, class or function name.
Index.
to_frame
Create a DataFrame with a column containing the Index.
New in version 0.21.0.
index : boolean, default True
Set the index of the returned DataFrame as the original Index.
DataFrame : a DataFrame containing the original Index data.