Deedle.Excel
3.0.0
dotnet add package Deedle.Excel --version 3.0.0
NuGet\Install-Package Deedle.Excel -Version 3.0.0
<PackageReference Include="Deedle.Excel" Version="3.0.0" />
paket add Deedle.Excel --version 3.0.0
#r "nuget: Deedle.Excel, 3.0.0"
// Install Deedle.Excel as a Cake Addin #addin nuget:?package=Deedle.Excel&version=3.0.0 // Install Deedle.Excel as a Cake Tool #tool nuget:?package=Deedle.Excel&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 installs the core Deedle package, NetOfficeFw.Excel, and a Deedle extension which makes it possible to send Deedle Frames to Excel.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Deedle (>= 3.0.0)
- NetOfficeFw.Core (>= 1.8.1)
- NetOfficeFw.Excel (>= 1.8.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 | 1,305 | 1/17/2023 |
2.5.0 | 734 | 11/10/2021 |
2.4.3 | 518 | 9/12/2021 |
2.4.2 | 390 | 8/31/2021 |
2.4.1 | 426 | 7/25/2021 |
2.4.0 | 437 | 7/6/2021 |
2.3.0 | 704 | 9/16/2020 |
2.2.0 | 602 | 6/15/2020 |
2.1.2 | 719 | 2/26/2020 |
2.1.1 | 736 | 1/25/2020 |
2.1.0 | 652 | 11/5/2019 |
2.0.4 | 878 | 4/29/2019 |
2.0.3 | 673 | 4/24/2019 |
2.0.2 | 650 | 4/8/2019 |
2.0.1 | 674 | 3/25/2019 |
2.0.0 | 654 | 3/14/2019 |
2.0.0-beta01 | 708 | 8/4/2018 |
1.0.4-rc1 | 1,119 | 8/1/2014 |
- Fix missing value in Stats.cov[552](https://github.com/fslaborg/Deedle/pull/552)