Build a mini business intelligence (BI) dashboard that:
- Loads a real-world dataset into a relational database.
- Uses SQL to perform data analysis.
- Provides an interactive Python-based dashboard for visualizations.
- Integrates a simple natural language (NL) query interface that translates user questions into SQL queries (via a rule-based or lightweight approach).
Erkläre die Struktur und wofür die Dateien/Ordner gedacht sind.
git clone <repo-url>
cd <repo-name>
pip install -r requirements.txt
## Data Science Template