NReco.PivotData 1.3.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NReco.PivotData --version 1.3.5
NuGet\Install-Package NReco.PivotData -Version 1.3.5
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="NReco.PivotData" Version="1.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NReco.PivotData --version 1.3.5
#r "nuget: NReco.PivotData, 1.3.5"
#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 NReco.PivotData as a Cake Addin
#addin nuget:?package=NReco.PivotData&version=1.3.5

// Install NReco.PivotData as a Cake Tool
#tool nuget:?package=NReco.PivotData&version=1.3.5

PivotData OLAP library: in-memory multidimensional dataset  for analytical queries and pivot table data calculation.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.5 is compatible.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NReco.PivotData:

Package Downloads
NReco.PivotData.Extensions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

PivotData Toolkit components: render pivot tables to HTML, exports to JSON/CSV/Excel/PDF/DataTable, pivot table calculations (percentages, differences, running total, heatmap, top-N/pagination/groups expand-collapse), load data from SQL databases, infrastructure for interactive web-based reports builder. Note: without a valid license key, PivotData Toolkit components will work in TRIAL MODE (with some data limitations and trial notices). ASP.NET pivot table builder online demo: http://pivottable.nrecosite.com/ Examples download: https://www.nrecosite.com/pivot_data_library_net.aspx

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.2 22,367 2/2/2023
1.4.1 3,881 8/26/2022
1.4.0 2,111 7/13/2022
1.3.8 48,008 5/27/2020
1.3.7 261,235 7/18/2018
1.3.6 64,425 4/6/2018
1.3.5 2,457 2/26/2018
1.3.4 22,775 2/1/2017
1.3.3 31,983 10/18/2016
1.3.2 2,811 8/14/2016
1.3.1 2,718 7/5/2016
1.3.0 4,089 5/10/2016
1.2.6 3,120 2/4/2016
1.2.5 1,955 1/13/2016
1.2.4 1,959 12/11/2015
1.2.3 2,253 9/30/2015

Online demo, usage examples: https://www.nrecosite.com/pivot_data_library_net.aspx
Get started: https://www.nrecosite.com/pivotdata/cube-basics.aspx

v.1.3.5 changes:
- added QuantileAggregator to calculate specified quantile (median)
- added PivotData.LazyAdd property (affects behaviour when non-existing key is accessed)
- added netstandard2.0 build
- efficient sub-totals calculation in PivotTable class (especially for large pivot tables)
- now PivotData class correctly loads PivotDataState which has duplicate key entries

v.1.3.4 changes:
- added SliceQuery.Measure overload that gives keys context for measure value calculation
- added PivotData.ProcessData overload that can accept another IPivotData instance as input

v.1.3.3 changes:
- added FormulaAggregator (based on CompositeAggregator) for on-the-fly formula calculations
- added SliceQuery.Measure overload for defining formula-based measure
- minor fix in MaxAggregator/MinAggregator Merge method (extra check for null)