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

Build on Linux using `dotnet build` failed due to case-sensitivity of filenames.

用的是单元测试里的代码,但报错。 ![image](https://user-images.githubusercontent.com/28550438/72510144-deea7500-3883-11ea-8686-c02fdcf53960.png)

有活干了,抽空我要好好修修bug了

在nuget上找不到这个库的dll,而自己下载下来编译后测试,好多报错,不知道是不是自己操作不当的原因。 水平比较差,不懂太多,只想有个.net版本的可以用一下,我主要是做Excel开发的,想做点自定义函数出来。

I just saw this great library, but seems the current implementation is not stable. I run unit tests but all tests failed. What is the current status of the library?...

Please provide rationale somewhere in main README, why using/developing/participating in this project rather than Deedle.

further discuss

Read CSV (comma-separated) file into DataFrame. https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html

Return a random sample of items from an axis of object. https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.sample.html

Good read [here](https://dfederm.com/learn-span-by-implementing-a-high-performance-csv-parser/) with repo [here](https://github.com/dfederm/DelimiterSeparatedTextParser). Using `Span` will have extreme performance and very few extra allocations.