Forum Discussion
Merge tables for a weather forecast
Hi lbendlin
Merging would help to link side tables such as a customer base and an item base and then show the result from different angles. Someone helped build the data model, but we can't work together. My knowledge of Python is too short to rebuild the model. The aim was to use the existing data.
Kind regards
I would recommend to spend some time learning how to create and manage data models.
- Airwen2 years agoFrequent Visitor
This project is linked to a larger project where the data model is already established and running. It was an opportunity to extend the existing model by adding a weather forecast table.
The only solution would be to create a different modele using python ?
- lbendlin2 years ago
Super User
You don't create models using Python. With Python you can prepare tabular data (like your forecast) that can then be added (joined/linked) to the existing data model.