snowflake.snowpark.DataFrame.write¶
- property DataFrame.write: DataFrameWriter[source]¶
Returns a new
DataFrameWriterobject that you can use to write the data in theDataFrameto a Snowflake database or a stage location- Example::
Returns a new DataFrameWriter object that you can use to write the data in the DataFrame to
a Snowflake database or a stage location