drop_table

getml.database.drop_table(name, conn=None)

Drops a table from the database.

Parameters
  • name (str) – The table to be dropped.

  • conn (Connection, optional) – The database connection to be used. If you don’t explicitly pass a connection, the engine will use the default connection.