Hi there,
I just added a python data source and would like to install a few python libraries.
Whenever I put either ‘pandas’ or ‘numpy’ in the ‘Modules to import prior to running the script’ field, I will be able to import those packages later.
When I put in "numpy, pandas’ or ‘numpy; pandas’ then I’m not able to import either of those libraries. How do I add multiple modules to import prior to running the script?