export
Export dataset to Excel
Usage
export [-t {xlsx,csv}] [--sheet-name SHEET_NAME] [-d {AAPL}]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
type | -t --type | The file type you wish to export to | xlsx | True | xlsx, csv |
sheet_name | --sheet-name | The name of the sheet to export to when type is XLSX. | True | None | |
target_dataset | -d --dataset | The name of the dataset you want to select | None | True | AAPL |
Examples
(🦋) /forecast/ $ load aapl
(🦋) /forecast/ $ ema aapl
Successfully added 'EMA_10' to 'aapl' dataset
(🦋) /forecast/ $ export aapl
Saved file: .../OpenBBTerminal/exports/forecast/aapl_20220711_151219.xlsx