I’m building a custom app using the Python SDK and trying to build out a csv file using a pandas data frame. I can deploy the app, however when I attempt to run it I get the error “ModuleNotFoundError: No module named ‘pandas’”.
- if possible, how can the pandas library be installed and used within Monday.com?
- Is there a way to package it into the local code and execute from within the app itself upon deployment?