Pandas.NET icon indicating copy to clipboard operation
Pandas.NET copied to clipboard

Pandas port for C# and F#, data analysis tool, process multi-dim array in DataFrame.

Results 21 Pandas.NET issues
Sort by recently updated
recently updated
newest added

I remembered this library from my F# days. http://bluemountaincapital.github.io/Deedle/index.html It does some things pandas does and it's dotnet. It specifically handles DataFrames. This link is more helpful to C# users...

With SciSharp we would have at least all 3 repos started from scipy stack. Could you open a repo for this? Honesty I am very sure that SciSharp is also...

further discuss

If data is an ndarray, index must be the same length as data. If no index is passed, one will be created having values [0, ..., len(data) - 1]. In:...

enhancement

Sorry I already rise an issue while all is under construction >.

further discuss

PandasNet needs a suite of tests built on a modern test platform for all functions including proper validation with Asserts.

Does the `arange` function belong in the Pandas.NET framework? I believe this is strictly a NumSharp function. Would it make sense to simply offer a forwarded call to NumSharp from...

Hello there is a compatible function with Pandas iLoc and Loc ?

Hi, Im testing the package to be used in a new application. I couldn't find MELT()/PIVOT() function from pandas. Did you implemented it on Pandas.NET?

As we have License specified for other SciSharp repositories, we need to provide the License section and declare its type in our repository readme file. Provide the opportunity for the...