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
Name | Type | Description | Default | Optional |
---|---|---|---|---|
data | pd.DataFrame | The dataframe to show | None | False |
limit | int | The number of rows to show | 15 | True |
limit_col | int | The number of columns to show | 10 | True |
name | str | The name of the dataframe | True | |
export | str | Format to export data | True | |
sheet_name | str | Optionally specify the name of the sheet the data is exported to. | None | True |
Returns
This function does not return anything