🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

Analys.Pivot

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Analys.Pivot

Pivot class, with head and rows

0.2.18
NuGet
Version published
Maintainers
1
Created
Source

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.

Keywords

Statistics

FAQs

Package last updated on 29 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts