Quansight-Labs / numpy.net

A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

Consider creating PandasDotNet that is compatible with NumpyDotNet #54

Open GeorgeS2019 opened 1 year ago

GeorgeS2019 commented 1 year ago

I wonder if there is interest here to create PandasDotNet that is compatible with NumpyDotNet?

KevinBaselinesw commented 1 year ago

I will be happy to work with or support anyone who wants to build this.

GeorgeS2019 commented 1 year ago

@KevinBaselinesw I look into Pandas.NET It is incomplete and It is not trivial to import from NumpyDotnet. It requires manual import for each case.

However, Pandas.NET is more python-like in the same spirit as NumpyDotnet (<= an excellent choice for .NET community when dealing with porting Python to c#)

Great Job!!!!!!!!!!!!!!!