Skip to content

Commit

Permalink
Update planing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor committed Mar 12, 2024
1 parent d4e220f commit 9b1ceaf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion planing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b1ceaf

Please sign in to comment.