Can I run numpy and pandas with Jython

后端 未结 4 711
迷失自我
迷失自我 2020-12-01 21:10

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

4条回答
  •  孤街浪徒
    2020-12-01 22:14

    You can't use numpy from Jython at this time. But if you're willing to use CPython instead of Jython, there are some open source Java projects that work with numpy (and presumably pandas).

    • Jep
    • jpy
    • JyNI

提交回复
热议问题