From 82b55619d7bb9317a9d9ceddc9a3ce9fa1266df2 Mon Sep 17 00:00:00 2001 From: Alexey Shokov Date: Mon, 28 Apr 2025 00:10:27 +0200 Subject: [PATCH] Add Microsoft.Data.Analysis --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a1bd269..f8f0f08 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ Common Lisp C++ - [DataFrame](https://github.com/hosseinmoein/DataFrame) - A C++ statistical library that provides an interface similar to Pandas package in Python. +C# (.NET) +- [Microsoft.Data.Analysis](https://www.nuget.org/packages/Microsoft.Data.Analysis/) — Data analysis and transformation, a part of ML.NET project. + Elixir - [explorer](https://github.com/elixir-nx/explorer) - Explorer brings series (one-dimensional) and dataframes (two-dimensional) for fast data exploration to Elixir.