doc neaten

This commit is contained in:
John Kerl 2016-07-03 12:48:12 -04:00
parent ee43fccaa1
commit bb5849985a
3 changed files with 1382 additions and 0 deletions

5
doc/data/miss-date-1.sh Normal file
View 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
View 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

File diff suppressed because it is too large Load diff