From 9b1ceaf0829f8449f816daf9a48e55b460cca5bf Mon Sep 17 00:00:00 2001 From: Refaktor Date: Tue, 12 Mar 2024 01:49:02 +0100 Subject: [PATCH] Update planing.md --- planing.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/planing.md b/planing.md index 8991b322..d4f0f264 100644 --- a/planing.md +++ b/planing.md @@ -51,7 +51,17 @@ Check what pops up of we profile a fibonnaci or a game of life example ### Spreadsheet improvements [++] -Join two spreadsheets, do where with a regexp, regexp split into new columns or spreadsheet. +``` +where-match (regex), wher-contains (string), save\csv, where-in +``` + +### More spreadsheet [] + +Creates a new spreadsheet with category column, each category once and agregated values from a block. +``` +group-by 'category { price: sum age: avg } +``` +same could be later added for multifield where. ### Web console - make complete