How to import pandas or any other python module on a Formula?

Hi,

How to import pandas or any other python module on a Formula?

Best

1 Like

Importing pandas isn’t yet possible in Grist, but it is on our roadmap to support more libraries. You can track our progress, vote for, and comment on the roadmap issue here: Support data science libraries · Issue #35 · gristlabs/grist-core · GitHub

It is currently possible to import standard Python libraries, but the larger universe of libraries are not available for hosted Grist. Hosted Grist runs all formulas in a sandbox that has no access to the internet, so that users can open documents without needing to worry about malicious code. If you self-host grist-core, you can choose to install what you need.

Hope this helps!