IronLanguages / ironpython2

Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).
http://ironpython.net
Apache License 2.0
1.08k stars 229 forks source link

I wasnt able to use pandas dataframe or numpy libraries with irpnpython. is there a way to enable pandas with ironpython. the nuget from C# doesnt have it. #818

Closed senaerg closed 2 years ago

senaerg commented 2 years ago

Prerequisites

The issue tracker is used to report bugs and request new features, NOT to ask questions.

Questions should be posted to the users mailing list which can be accessed at https://ironpython.groups.io/g/users.

Description

[Description of the bug or feature]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Versions

You can get this information from executing ipy -V.

slozier commented 2 years ago

Numpy and pandas both require C extensions which are not support by IronPython.