Deedle.Excel
2.0.0
See the version list below for details.
dotnet add package Deedle.Excel --version 2.0.0
NuGet\Install-Package Deedle.Excel -Version 2.0.0
<PackageReference Include="Deedle.Excel" Version="2.0.0" />
paket add Deedle.Excel --version 2.0.0
#r "nuget: Deedle.Excel, 2.0.0"
// Install Deedle.Excel as a Cake Addin #addin nuget:?package=Deedle.Excel&version=2.0.0 // Install Deedle.Excel as a Cake Tool #tool nuget:?package=Deedle.Excel&version=2.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, NetOffice.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 | net45 is compatible. 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 (>= 2.0.0)
- NetOffice.Core (>= 1.7.4.4)
- NetOffice.Excel (>= 1.7.4.4)
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 | 676 | 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 |
Breaking changes of Stats.min and Stats.max [#422](https://github.com/fslaborg/Deedle/pull/422)
Inline stats functions [#418](https://github.com/fslaborg/Deedle/pull/418)
Fix error handling of group by column when dealing with missing value [253](https://github.com/fslaborg/Deedle/pull/405) and [380](https://github.com/fslaborg/Deedle/pull/380)
Fix aggregateRowsBy with missing value [375](https://github.com/fslaborg/Deedle/pull/408)
Fix format function [#416](https://github.com/fslaborg/Deedle/pull/416)
Fix arithmetic operator on frames [#432](https://github.com/fslaborg/Deedle/pull/434)
Fix wrong exception for empty Series [#365](https://github.com/fslaborg/Deedle/pull/437)
Fix tryLastValue using tryGetAt [#339](https://github.com/fslaborg/Deedle/pull/438)
Fix bug in ReadCsv missingValues parameters [#439](https://github.com/fslaborg/Deedle/pull/440)
Fix handling of missing column keys in case when inferTypes is false [#63](https://github.com/fslaborg/Deedle/pull/450)
Add Frame.dropSparseRowsBy [#404](https://github.com/fslaborg/Deedle/pull/404)
Add Series.intersect [#407](https://github.com/fslaborg/Deedle/pull/407)
Add Series.compare [#411](https://github.com/fslaborg/Deedle/pull/411)
Add Series.uniqueCount [#413](https://github.com/fslaborg/Deedle/pull/413)
Add Series.describe [#414](https://github.com/fslaborg/Deedle/pull/414) and [$422](https://github.com/fslaborg/Deedle/pull/442)
Add Series.replace [#427](https://github.com/fslaborg/Deedle/pull/427)
Add Stats.quantile for series [#428](https://github.com/fslaborg/Deedle/pull/428)
Add Frame.slice [#445](https://github.com/fslaborg/Deedle/pull/445)
Removed compiler warning from ReadCsv [#426](https://github.com/fslaborg/Deedle/pull/426)
Rename stack/unstack to melt/unmelt [#436](https://github.com/fslaborg/Deedle/pull/436)