Pyto on iOS has several packages included which is the reason I prefer it over Pythonista for iPad.
But although pandas is one of them I get an error when trying to import it:
import pandas as pd ModuleNotFoundError: No module named 'pandas'
I can use numpy, matplotlib etc without any issue. Any idea why pandas is not working?
Thanks for any hint Rolf