Deedle.RPlugin
1.0.7
See the version list below for details.
dotnet add package Deedle.RPlugin --version 1.0.7
NuGet\Install-Package Deedle.RPlugin -Version 1.0.7
<PackageReference Include="Deedle.RPlugin" Version="1.0.7" />
paket add Deedle.RPlugin --version 1.0.7
#r "nuget: Deedle.RPlugin, 1.0.7"
// Install Deedle.RPlugin as a Cake Addin #addin nuget:?package=Deedle.RPlugin&version=1.0.7 // Install Deedle.RPlugin as a Cake Tool #tool nuget:?package=Deedle.RPlugin&version=1.0.7
Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available. This package installs core Deedle package, together with an R type provider plugin which makes it possible to pass data frames and time series between R and Deedle
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Deedle (>= 1.0.7)
- R.NET.Community (>= 1.5.16)
- R.NET.Community.FSharp (>= 0.1.9)
- RProvider (>= 1.1.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.3-beta | 73 | 3/24/2015 |
1.1.2-beta | 35 | 3/12/2015 |
1.1.0-beta | 44 | 2/4/2015 |
1.0.7 | 789 | 1/19/2015 |
1.0.6 | 346 | 9/26/2014 |
1.0.5 | 110 | 9/11/2014 |
1.0.4 | 63 | 9/11/2014 |
1.0.4-rc1 | 56 | 8/1/2014 |
1.0.2 | 195 | 7/21/2014 |
1.0.1 | 524 | 6/23/2014 |
1.0.0 | 106 | 5/21/2014 |
1.0.0-alpha2 | 55 | 4/20/2014 |
1.0.0-alpha | 44 | 4/15/2014 |
0.9.12 | 90 | 11/13/2013 |
0.9.11-beta | 52 | 11/8/2013 |
0.9.10-beta | 82 | 11/8/2013 |
0.9.9-beta | 48 | 11/2/2013 |
Add typed frame access (frame.GetRowsAs<T>) (#281) BigDeedle improvements (#284, #285) Expose type information via frame.ColumnTypes (#286) Simplify load script (#292) Remove F# Data dependency & use Paket (#288, #293) Update depndencies (F# Formatting 2.6.2 and RProvider 1.1.8)