OpenEnergyPlatform / open-MaStR

A collaborative software to download the energy database Marktstammdatenregister (MaStR)
https://open-mastr.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
83 stars 17 forks source link

Addition of table overview in Getting Started #522

Closed cpschau closed 3 months ago

cpschau commented 3 months ago

While the documentation provides an extensive explanation of the data model, the "Getting Started" section could be enhanced with an example that lists all available tables in the database e.g. df = pd.read_sql_query("SELECT name FROM sqlite_master WHERE type='table';", con=db.engine).

This issue is part of a https://github.com/openjournals/joss-reviews/issues/6684

FlorianK13 commented 3 months ago

The fix was merged to develop in #523 and will be part of the next release v0.14.4