snowflake.snowpark.DataFrame.write¶
- property DataFrame.write: DataFrameWriter[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/dataframe.py#L2889-L2910)¶
Returns a new
DataFrameWriterobject that you can use to write the data in theDataFrameto a Snowflake database or a stage location- Example::