pyspark.pandas.set_option

pyspark.pandas.set_option(key: str, value: Any) → None[source]

Sets the value of the specified option.

Parameters
keystr

The key which should match a single option.

valueobject

New value of option. The value should be JSON serializable.

Returns
None