Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I run numpy and pandas with Jython

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?

like image 379
user2895685 Avatar asked Oct 18 '13 16:10

user2895685


1 Answers

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

like image 192
ankostis Avatar answered Oct 09 '22 00:10

ankostis