Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Feb 16, 2024
1 parent b1e5c5f commit d61eb8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,10 @@ ja -F= '{%/let *[[:lower:]][[:alnum:]]*/}{(⍳.`1)}' -i /development/dhall/dhall
wget https://burntsushi.net/stuff/worldcitiespop_mil.csv -O /tmp/worldcitiespop_mil.csv
ja -F, '(+)|0 {`5 ~ /\d+/}{`5:}' -i /tmp/worldcitiespop_mil.csv
```

# Inflation

```
curl -O https://www.stats.govt.nz/assets/Uploads/Food-price-index/Food-price-index-September-2023/Download-data/food-price-index-september-2023-weighted-average-prices.csv
xsv fmt -t$'\x1f' food-price-index-september-2023-weighted-average-prices.csv | ja --asv '(%)\. {%/Apple/}{`3:}'
```
7 changes: 0 additions & 7 deletions ROSETTA.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,3 @@ xsv fmt -t$'\x1f' food-price-index-september-2023-weighted-average-prices.csv |
```
xsv select Series_title_1 food-price-index-september-2023-weighted-average-prices.csv | xsv frequency -l0
```

# Compute Percent Increase

```
curl -O https://www.stats.govt.nz/assets/Uploads/Food-price-index/Food-price-index-September-2023/Download-data/food-price-index-september-2023-weighted-average-prices.csv
xsv fmt -t$'\x1f' food-price-index-september-2023-weighted-average-prices.csv | ja --asv '(%)\. {%/Apple/}{`3:}'
```

0 comments on commit d61eb8e

Please sign in to comment.