blazingsql.BlazingContext.drop_table¶
-
BlazingContext.
drop_table
(table_name)¶ Drop table from BlazingContext memory.
table_name : string of table name to drop.
Drop ‘taxi’ table:
>>> bc.drop_table('taxi')
Docs: https://docs.blazingdb.com/docs/using-blazingsql#section-drop-tables