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.
<PackageVersion Include="Deedle.Excel" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Deedle.Excel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Deedle.Excel&version=3.0.0
                    
Install Deedle.Excel as a Cake Addin
#tool nuget:?package=Deedle.Excel&version=3.0.0
                    
Install Deedle.Excel as a Cake Tool

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,389 1/17/2023
2.5.0 762 11/10/2021
2.4.3 549 9/12/2021
2.4.2 418 8/31/2021
2.4.1 452 7/25/2021
2.4.0 465 7/6/2021
2.3.0 739 9/16/2020
2.2.0 637 6/15/2020
2.1.2 758 2/26/2020
2.1.1 774 1/25/2020
2.1.0 695 11/5/2019
2.0.4 919 4/29/2019
2.0.3 714 4/24/2019
2.0.2 691 4/8/2019
2.0.1 724 3/25/2019
2.0.0 693 3/14/2019
2.0.0-beta01 780 8/4/2018
1.0.4-rc1 1,211 8/1/2014

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