Deedle 1.1.3-beta
        
        
                                This is a prerelease version of Deedle.
                            
    
                    dotnet add package Deedle --version 1.1.3-beta
NuGet\Install-Package Deedle -Version 1.1.3-beta
        
        
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="1.1.3-beta" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Deedle" Version="1.1.3-beta" />
<PackageReference Include="Deedle" />
        
        
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 1.1.3-beta
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Deedle, 1.1.3-beta"
        
        
#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@1.1.3-beta
        
        
#: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=1.1.3-beta&prerelease
#tool nuget:?package=Deedle&version=1.1.3-beta&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    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.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 | 
|---|---|---|
| 1.1.3-beta | 115 | 3/24/2015 | 
| 1.1.2-beta | 59 | 3/12/2015 | 
| 1.1.0-beta | 74 | 2/4/2015 | 
| 1.0.7 | 2,221 | 1/19/2015 | 
| 1.0.6 | 1,234 | 9/26/2014 | 
| 1.0.5 | 231 | 9/11/2014 | 
| 1.0.4 | 68 | 9/11/2014 | 
| 1.0.4-rc1 | 91 | 8/1/2014 | 
| 1.0.2 | 693 | 7/18/2014 | 
| 1.0.1 | 745 | 6/23/2014 | 
| 1.0.0 | 113 | 5/21/2014 | 
| 1.0.0-alpha2 | 60 | 4/20/2014 | 
| 1.0.0-alpha | 59 | 4/15/2014 | 
| 0.9.12 | 190 | 11/13/2013 | 
| 0.9.11-beta | 59 | 11/8/2013 | 
| 0.9.10-beta | 51 | 11/8/2013 | 
| 0.9.9-beta | 52 | 11/2/2013 | 
| 0.9.8-beta | 51 | 10/29/2013 | 
| 0.9.6-beta | 54 | 10/25/2013 | 
| 0.9.5-beta | 51 | 10/25/2013 | 
| 0.9.4-beta | 57 | 10/22/2013 | 
Introduce generic `Ranges<T>` type to simplify working with ranges (mainly useful for custom BigDeedle implementations)