table_exists

table_exists(table_name)

Check if the table exists.

Parameters:

table_name (str) – table name

Return type:

bool

Returns:

True if the table exists