mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 09:24:14 +00:00
doc neaten
This commit is contained in:
parent
ee43fccaa1
commit
bb5849985a
3 changed files with 1382 additions and 0 deletions
5
doc/data/miss-date-1.sh
Normal file
5
doc/data/miss-date-1.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mlr --from data/miss-date.csv --icsv \
|
||||
cat -n \
|
||||
then put '$datestamp = strptime($date, "%Y-%m-%d")' \
|
||||
then step -a delta -f datestamp \
|
||||
| head
|
||||
5
doc/data/miss-date-2.sh
Normal file
5
doc/data/miss-date-2.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mlr --from data/miss-date.csv --icsv \
|
||||
cat -n \
|
||||
then put '$datestamp = strptime($date, "%Y-%m-%d")' \
|
||||
then step -a delta -f datestamp \
|
||||
then filter '$datestamp_delta != 86400 && $n != 1'
|
||||
1372
doc/data/miss-date.csv
Normal file
1372
doc/data/miss-date.csv
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue