Skip to content

Commit

Permalink
Merge pull request #174 from derekmahar/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate word sequence from README.md
  • Loading branch information
johnkerl committed May 14, 2018
2 parents caeb03c + 6ce9a41 commit 58abfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ DUVAL,1731888.18,2785551.63,Residential,Masonry
ST. JOHNS,29589.12,35207.53,Residential,Wood
```

Then, on the fly, you can add new fields which are functions which are functions of existing fields, drop fields, sort, aggregate statistically, pretty-print, and more:
Then, on the fly, you can add new fields which are functions of existing fields, drop fields, sort, aggregate statistically, pretty-print, and more:
```
$ mlr --icsv --opprint --barred \
put '$tiv_delta = $tiv_2012 - $tiv_2011; unset $tiv_2011, $tiv_2012' \
Expand Down

0 comments on commit 58abfd9

Please sign in to comment.