Des données sur le passage à Calais - retour accueil
git clone git://bebou.netlib.re/calais-data
Log | Files | Refs | README |
fig2.sh (278B)
1 #! /bin/sh 2 3 < full.tsv cut -f 2,5 | 4 grep -v nan | cut -d'.' -f1 | sort -t' ' -nk2 | 5 sed -E 's,0 , ,' > /tmp/a 6 < /tmp/a tsv-summarize -H -g 2 --missing-count 1 > /tmp/b 7 < /tmp/a tsv-summarize -H -g 2 --not-missing-count 1 > /tmp/c 8 < /tmp/b tsv-join -f - -k 1 -d 1 -a 2 /tmp/c 9