drop_table¶
- getml.database.drop_table(name: str, conn: Optional[Connection] = None)[source]¶
Drops a table from the database.
- Args:
- 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.