Skip to content

Instantly share code, notes, and snippets.

@bitmvr
Created August 12, 2020 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitmvr/119fb8ce0fef2b51ffbde43473abd590 to your computer and use it in GitHub Desktop.
Save bitmvr/119fb8ce0fef2b51ffbde43473abd590 to your computer and use it in GitHub Desktop.
Covid National Data Notes
# For the national data, add NULL_FIELD to 'empty' columns so that the cut is performed correctly
# sed -i -- "s/,,/,NULL_FIELD,/g" ts-covid-us-null-filled.csv
# cat ./ts-covid-us.csv | cut -d ',' -f6-7,12- > ./filtered.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment