Deedle 4.0.1

dotnet add package Deedle --version 4.0.1
                    
NuGet\Install-Package Deedle -Version 4.0.1
                    
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" Version="4.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Deedle" Version="4.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Deedle" />
                    
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 --version 4.0.1
                    
#r "nuget: Deedle, 4.0.1"
                    
#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.
#:package Deedle@4.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Deedle&version=4.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Deedle&version=4.0.1
                    
Install as a Cake Tool

Deedle

<img align="right" src="https://github.com/fslaborg/Deedle/raw/master/misc/logo.png" alt="Deedle" />

Deedle is an easy to use library for data and time series manipulation and for scientific programming. It supports working with structured data frames, ordered and unordered data, as well as time series. Deedle is designed to work well for exploratory programming using F# and C# interactive console, but can be also used in efficient compiled .NET code.

The library implements a wide range of operations for data manipulation including advanced indexing and slicing, joining and aligning data, handling of missing values, grouping and aggregation, statistics and more.

Build

Install .NET SDK 9.0 or higher, then run:

dotnet tool restore
dotnet paket restore
./build.sh        # Linux/Mac
.\build.ps1       # Windows

Build Status

Deedle Nuget Deedle
Deedle.Math Nuget Deedle.Math

Documentation

More information can be found in the documentation.

  • Quick start tutorial shows how to use the most important features of Deedle. Start here for a 10 minute intro!
  • Data frame features provides more examples of using data frames including slicing, joining, grouping and aggregation.
  • Time series features discusses data and time-series manipulation, such as sliding windows, sampling and statistics.
  • Using Deedle from C# shows the idiomatic C# API for working with Deedle.

Automatically generated documentation for all types, modules and functions in the library is available in the API Reference:

More functions related to linear algebra, statistical analysis and financial analysis can be found in Deedle.Math extension. Deedle.Math has dependency on MathNet.Numerics.

  • LinearAlgebra module provides linear algebra functions on frame.
  • Matrix module provides matrix multiplication between frame, series, matrix and vector. They are also available via type extensions.
  • Stats module provides extra statistical functions on frame and series by applying existing functions in MathNet.Numerics.
  • Finance module provides statistical functions specific to finance domain.

Maintainers

  • @AndrewIOM
  • @kMutagene
  • @zyzhu
  • @dsyme

All fsprojects and fslaborg projects have a backup maintainer who can help recruit new maintainers should things go cold.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (33)

Showing the top 5 NuGet packages that depend on Deedle:

Package Downloads
NBi.Framework.Tools

This package contains the NBi framework and references each dll to your project. This package is not intended to be directly used by end-users willing to create test-suites. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual Studio. NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Quality. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other NoSQL solutions.

FsLab

FsLab is a combination package that supports doing data science with F#. FsLab includes literate scripting converted to HTML and PDF, and by default references Deedle (a data frame library), FSharp.Data (for data access) and XPlot (for visualization). You can optionally add any other nuget packages.

Deedle.Math

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, Deedle.Math extension and Mathnet.Numerics to extend mathematic functions on Deedle Frames and Series.

Deedle.RPlugin

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 core Deedle package, together with an R type provider plugin which makes it possible to pass data frames and time series between R and Deedle

Knoema.Client

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Deedle:

Repository Stars
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
SciSharp/SiaNet
An easy to use C# deep learning library with CUDA/OpenCL support
Capnode/Algoloop
Windows desktop algo trading with QuantConnect Lean engine.
Seddryck/NBi
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
Version Downloads Last Updated
4.0.1 244 3/22/2026
4.0.0-alpha-002 98 3/19/2026
4.0.0-alpha-001 93 3/9/2026
3.0.0 450,740 1/17/2023
3.0.0-beta.1 1,074 6/27/2022
2.5.0 447,910 11/10/2021
2.4.3 110,415 9/12/2021
2.4.2 3,825 8/31/2021
2.4.1 99,125 7/25/2021
2.4.0 2,823 7/6/2021
2.3.0 126,585 9/16/2020
2.2.0 25,510 6/15/2020
2.1.2 40,996 2/26/2020
2.1.1 6,948 1/25/2020
2.1.0 336,310 11/5/2019
2.0.4 137,062 4/29/2019
2.0.3 3,054 4/24/2019
2.0.2 22,648 4/8/2019
2.0.1 10,210 3/25/2019
Loading failed