pyspark.pandas.get_option#
- pyspark.pandas.get_option(key, default=<no value>)[source]#
Retrieves the value of the specified option.
- Parameters
- keystr
The key which should match a single option.
- defaultobject
The default value if the option is not set yet. The value should be JSON serializable.
- Returns
- resultthe value of the option
- Raises
- OptionErrorif no such option exists and the default is not provided