fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 196 forks source link

Can Frame data export to ListBox or DatagridView? #495

Closed Sullivanecidi closed 4 years ago

Sullivanecidi commented 4 years ago

Can we print the Frame data or series data to ListBox or DataGridView?

zyzhu commented 4 years ago

There is no out-of-box functions to do that. You can always access the underlying rows. I refer you to go through the C# tutorial https://fslab.org/Deedle/csharpframe.html