export
Export dataset to Excel
Usage
export [-n NAME] [-t {xlsx,csv}]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
name | -n --name | The name of the dataset you wish to export | None | True | None |
type | -t --type | The file type you wish to export to | xlsx | True | xlsx, csv |
Examples
2022 Feb 24, 04:35 (🦋) /econometrics/ $ load ThesisData.xlsx thesis
2022 Feb 24, 04:36 (🦋) /econometrics/ $ export thesis -t csv
Saved file: /Users/jeroenbouma/My Drive/Programming/Python/OpenBBTerminal/exports/statistics/thesis_20220224_103614.csv