Skip to main content

options

Obtain columns-dataset combinations from loaded in datasets that can be used in other commands

Source Code: [link]

openbb.econometrics.options(datasets: Dict[str, pd.DataFrame], dataset_name: str = "")

Parameters

NameTypeDescriptionDefaultOptional
datasetsdictThe available datasets.NoneFalse
dataset_namestrThe dataset you wish to show the options for.True

Returns

TypeDescription
Dict[Union[str, Any], pd.DataFrame]A dictionary with a DataFrame for each option. With dataset_name set, only shows one
options table.