issues
search
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
942
stars
197
forks
source link
Adding min & max on a frame, update NuGet
#249
Closed
tpetricek
closed
10 years ago
tpetricek
commented
10 years ago
The NuGet update is the same as here:
https://github.com/BlueMountainCapital/FSharpRProvider/pull/116
I also added
Stats.min
and
Stats.max
that work on frames - previously, we only had min and max operations on a series (I have no idea how we could miss those in version 1.0...)
Stats.min
andStats.max
that work on frames - previously, we only had min and max operations on a series (I have no idea how we could miss those in version 1.0...)