SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.36k stars 189 forks source link

how to read .csv file with Numsharp? #386

Open guang7400613 opened 4 years ago

guang7400613 commented 4 years ago

how to read .csv file or .txt file wiht Numsharp(np) in C#? is it np.load(string filename)?

Oceania2018 commented 4 years ago

Should use Pandas.NET