Hey there,
I am having some issues with Riskscape using pandas as my Python script needs to read some csv files. Riskscape is claiming there is no module named pandas and is failing to continue when i am specifying a function.
However, generally we don’t recommend trying to read your asset file from within your Python function, if that’s what you’re trying to do. The asset layer should be being read in as the exposure-layer for your model. The Python function gets called once for every individual asset in the exposure-layer. So if your Python function is trying to read in all the assets again, then your model could have strange behaviour.
Hope that makes sense. If you’ve got more questions about this, it might help to provide a few more details about what you’re trying to do in your model.