Info
Version: | 3.0.0 |
Author(s): | BlueMountain Capital, FsLab |
Last Update: | Tuesday, January 17, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://fslab.org/Deedle/ |
NuGet Url: | https://www.nuget.org/packages/Deedle.RPlugin |
Install
Install-Package Deedle.RPlugin
dotnet add package Deedle.RPlugin
paket add Deedle.RPlugin
Deedle.RPlugin Download (Unzip the "nupkg" after downloading)
Dependencies
- Deedle(>= 2.3.0)
- R.NET.Community(>= 1.7.0)
- R.NET.Community.FSharp(>= 1.7.0)
- RProvider(>= 1.1.22)
Tags
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.