【发布时间】:2016-08-07 02:19:09
【问题描述】:
我的目标是将 Python 连接到 .NET 以进行进程。我正在使用 IronPython。 Python 中的部分涉及一些我使用 Pandas 库的计算。
有没有办法连接 IronPython 和 Pandas?
我看到使用 IronPython,我可以访问所有基本的 Python 功能。通常如何扩展它以访问第三方功能/包(如这里的 Pandas)?
【问题讨论】:
标签: python-2.7 pandas ironpython