We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Show all tables in the database. Returns a DataFrame with the names of the tables.
show_tables() -> pd.DataFrame
# Show all tables in the database tables = db.show_tables()