Can we load pandas DataFrame in .NET ironpython?
问题 Can we load a pandas DataFrame in .NET space using iron python? If not I am thinking of converting pandas df into a csv file and then reading in .net space. 回答1: No, Pandas is pretty well tied to CPython. Like you said, your best bet is to do the analysis in CPython with Pandas and export the result to CSV. 回答2: Regarding the option including serialization: I'm still investigating similar case - we want to process the data in python and then use the results in c#. Our requirement was to