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

Fixed F# code inside C# examples #500

Closed Zieg closed 4 years ago

Zieg commented 4 years ago

Two of the C# Series manipulation examples contained F# code, which was quite confusing. Those examples are fixed.

FoggyFinder commented 4 years ago

It looks like a linq-query syntax rather than F# :-)

Zieg commented 4 years ago

OK, point taken. Was a bit confused by the let statement inside the code. However the commit might be still beneficial to introduce more consistency to the example code, since these are only two places where it is used.

zyzhu commented 4 years ago

@Zieg Thanks a lot. I think it's fair to apply this change to make samples more consistent. Feel free to submit other changes or more examples in documentations.