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?

image

Did you pip install pandas numpy as well?

This is strange, mine is can add more than one
image

The OP can do this as well. But they need to install those libraries first with pip :smiley: