Deedle.Interactive
3.0.0
dotnet add package Deedle.Interactive --version 3.0.0
NuGet\Install-Package Deedle.Interactive -Version 3.0.0
<PackageReference Include="Deedle.Interactive" Version="3.0.0" />
paket add Deedle.Interactive --version 3.0.0
#r "nuget: Deedle.Interactive, 3.0.0"
// Install Deedle.Interactive as a Cake Addin #addin nuget:?package=Deedle.Interactive&version=3.0.0 // Install Deedle.Interactive as a Cake Tool #tool nuget:?package=Deedle.Interactive&version=3.0.0
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 provides customizable formatting extensions for frames and series in dotnet interactive.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Deedle (>= 3.0.0)
- Microsoft.DotNet.Interactive (>= 1.0.0-beta.22314.1)
- Microsoft.DotNet.Interactive.Formatting (>= 1.0.0-beta.22314.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 780 | 1/17/2023 |
3.0.0-beta.1 | 239 | 6/27/2022 |
- Fix missing value in Stats.cov[552](https://github.com/fslaborg/Deedle/pull/552)