Skip to content

show_tables()

Marcel Ferrari edited this page Feb 9, 2023 · 1 revision

Show all tables in the database. Returns a DataFrame with the names of the tables.

Function

show_tables() -> pd.DataFrame

Example

# Show all tables in the database
tables = db.show_tables()

Clone this wiki locally