Is it possible to use pandas library in dynamo?

As many of you guys might know, pandas is super powerful in dealing with excel files. Is there any way I can successfuly import pandas into my codes of python nodes in dynamo? Thanks!

1 Like

Sorry pal, it looks like it is not possible:

Ok, sorry to rush into the answer before digging more into it. If you have some time, it looks like this can be helpful:

oh gosh! thank u so much for doing so much efforts on my question!!

i’ll try it during my tommorow’s work :grin:

Hello,

Does this mean that we can use pandas within the Python Script editor in Dynamo? I have tried sys as above but it does not seem to work. Does it work for numpy?

Thanks
Maria

The above example is using PyRevit (CPython). Neither numpy nor pandas will work in Dynamo as it uses IronPython. There is a version of scipy and numpy specifically for IronPython, however it is 32-bit only (Dynamo is 64-bit), so this will not work either.

Hello,

posting link to this other thread which might result being a great way around this issue. Essentially resolving using numpy, pandas, scipy in Dynamo Python node.

Best
Maria

5 Likes