Add a function which return a dataframe of all tables in the database
Open
databases
enhancement
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 83
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 30
Description
It should contain some data about each table
1. Number of rows through COUNT(*)
2. Number of columns
3. Schema embedded into column
4. Analogue of describe() call but for each table (it could be a hierarchical dataframe) calculated on server
5. Meta-info about each table, foreign keys and indexes
Contributor guide
Assessment
This issue has not been assessed yet.