snowflake.snowpark.Table.drop_tableΒΆ
- Table.drop_table() None [source]ΒΆ
Drops the table from the Snowflake database.
Note that subsequent operations such as
DataFrame.select()
,DataFrame.collect()
on thisTable
instance and the derived DataFrame will raise errors because the underlying table in the Snowflake database no longer exists.