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