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
937 stars 195 forks source link

iloc method. #444

Open alexpantyukhin opened 6 years ago

alexpantyukhin commented 6 years ago

Pandas has iloc method. Does Deedle have something similar? For example Frame.iloc [| 1; 2; 3|] [| 1; 2|] series.