Deedle.Excel 3.0.0

dotnet add package Deedle.Excel --version 3.0.0
NuGet\Install-Package Deedle.Excel -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Deedle.Excel" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Deedle.Excel --version 3.0.0
#r "nuget: Deedle.Excel, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,023 1/17/2023
2.5.0 707 11/10/2021
2.4.3 495 9/12/2021
2.4.2 368 8/31/2021
2.4.1 400 7/25/2021
2.4.0 414 7/6/2021
2.3.0 677 9/16/2020
2.2.0 573 6/15/2020
2.1.2 694 2/26/2020
2.1.1 713 1/25/2020
2.1.0 628 11/5/2019
2.0.4 851 4/29/2019
2.0.3 649 4/24/2019
2.0.2 627 4/8/2019
2.0.1 648 3/25/2019
2.0.0 630 3/14/2019
2.0.0-beta01 684 8/4/2018
1.0.4-rc1 1,097 8/1/2014

- Fix missing value in Stats.cov[552](https://github.com/fslaborg/Deedle/pull/552)