Skip to content

sharpyr/Analys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Cross-table analytics

Version Downloads Dependent Libraries Language Compatibility License

Install

Analys targets .NET Standard 2.0, fits both .NET and .NET Framework.

Install Analys package and sub packages.

NuGet Package Manager:

Install-Package Analys

.NET CLI:

dotnet add package Analys

All versions can be found on nuget.

Usage

Create a Crostab

using Analys.Crostab
using Spare
using static Palett.Presets;

var table = Crostab<int>.Build(
    new[] {"high", "mid", "low"}, // side
    new[] {"tier 1", "tier 2", "tier 3"}, // head
    new [,] {
        { 960, 660, 240 },
        { 840, 570, 180 },
        { 720, 480, 120 },
    });
table.Deco(tab: 2, presets: (Planet, Fresh)).Logger();

Examples


Analys has a test suite in the test project.

Feedback

Analys is licensed under the MIT license.

Bug report and contribution are welcome at the GitHub repository.

About

table and cross-table analytical

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages