Skip to main content

show

Show a dataframe in a table

Source Code: [link]

openbb.forecast.show(data: pd.DataFrame, limit: int = 15, limit_col: int = 10, name: str = "", export: str = "", sheet_name: Optional[str] = None)

Parameters

NameTypeDescriptionDefaultOptional
datapd.DataFrameThe dataframe to showNoneFalse
limitintThe number of rows to show15True
limit_colintThe number of columns to show10True
namestrThe name of the dataframeTrue
exportstrFormat to export dataTrue
sheet_namestrOptionally specify the name of the sheet the data is exported to.NoneTrue

Returns

This function does not return anything