pyspark.pandas.set_option# pyspark.pandas.set_option(key, value)[source]# Sets the value of the specified option. Parameters keystrThe key which should match a single option. valueobjectNew value of option. The value should be JSON serializable. Returns None