Can I run numpy and pandas with Jython

user2895685 picture user2895685 · Oct 18, 2013 · Viewed 11.3k times · Source

We have some Java code we want to use with new code we plan to write in Python, hence our interest in using Jython. However we also want to use numpy and pandas libraries to do complex statistical analysis in this Python code.

Is it possible to call numpy and pandas from Jython?

Answer

ankostis picture ankostis · Mar 10, 2014

Keep an eye in JyNI which is at alpha.2 version, as of March-2014.