Forum Discussion
Airwen
2 years agoFrequent Visitor
Merge tables for a weather forecast
Hi, I'm working on a project to create a weather forecast based on 3 variables: temperature, cloud cover, type of rainfall. I received external help to extract the weather data and apply it to the ...
Airwen
2 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 ?
lbendlin
Super User
2 years agoYou 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.