Queryabl.DataCalc 1.9.16

dotnet add package Queryabl.DataCalc --version 1.9.16
NuGet\Install-Package Queryabl.DataCalc -Version 1.9.16
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="Queryabl.DataCalc" Version="1.9.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Queryabl.DataCalc --version 1.9.16
#r "nuget: Queryabl.DataCalc, 1.9.16"
#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 Queryabl.DataCalc as a Cake Addin
#addin nuget:?package=Queryabl.DataCalc&version=1.9.16

// Install Queryabl.DataCalc as a Cake Tool
#tool nuget:?package=Queryabl.DataCalc&version=1.9.16

Queryabl.DataCalc (package)

Review
Codacy Badge
Quality Gate Status
Security Rating
Nuget
🌐 Global Status

      

The IQueryable port alternative of LinqDataCalc.

   

Most parts of the re-written source are meant to provide a more fluent linq-like syntax alternative for some methods in the original LinqDataCalc with some examples.

Previous/New methods Ported to IQueryable syntax displayed in table below:

Method Implemented As Usage
AsNumberTuples() ➡️ FilterNumerics() FilterNumerics(predicate) example only of funct. filtered numerics, use 'Where', 'Select' clauses instead
OddOrEven()          ➡️ CollEvenLength() size-specific collection filters
HammingDist()      ➡️ WhereDist() hamming-distance collection search using 'Where' clause
New Methods       ➡️ FreqOccur() FreqObjsOccur() filtering based on object frequency
ToIntMatrix()          ➡️ SelectIntMatrix() SelectIntMatrix() Large Integer string-to-matrix representations

 

Online project located at nuget gallery.

Further usage and instructions in the online documentation site.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.9.16 194 12/5/2023

Latest release at v1.9.16