diff --git a/src/snowflake/snowpark/session.py b/src/snowflake/snowpark/session.py index f4fd7eca610..c6f430cc980 100644 --- a/src/snowflake/snowpark/session.py +++ b/src/snowflake/snowpark/session.py @@ -2431,7 +2431,7 @@ def write_pandas( and ``transient``. An empty string means to create a permanent table. Learn more about table types `here `_. use_logical_type: Boolean that specifies whether to use Parquet logical types when reading the parquet files - for the unloaded pandas dataframe. With this file format option, Snowflake can interpret Parquet logical + for the uploaded pandas dataframe. With this file format option, Snowflake can interpret Parquet logical types during data loading. To enable Parquet logical types, set use_logical_type as True. Set to None to use Snowflakes default. For more information, see: `file format options: `_.