Skip to content

Commit

Permalink
ws3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hninyeeko committed Sep 13, 2023
1 parent e016508 commit c7b0d6b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 0 additions & 1 deletion ws3
Submodule ws3 deleted from 720753
14 changes: 14 additions & 0 deletions ws3/cmds.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
394 ls
395 ls taxidata
396 cut -d ',' -f 8 taxidata/2019-01.csv > jan.txt
400 sort -n jan.txt > sortedjan.txt
402 uniq -c sortedjan.txt > ws3.txt
404 vim ws3.txt
405 cat ws3.txt
406 cut -d ',' -f 8 taxidata/2019-02.csv > feb.txt
408 sort -n feb.txt > sortedfeb.txt
409 ls
410 uniq -c sortedfeb.txt >> ws3.txt
411 vim ws3.txt
412 cat ws3.txt
413 history > cmds.log
11 changes: 11 additions & 0 deletions ws3/ws3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Top 3 pick up location ID in Jan 2019

312392 161.0
323008 236.0
332473 237.0

Top 3 pick up location ID in Feb 2019

286773 161.0
280640 236.0
294584 237.0

0 comments on commit c7b0d6b

Please sign in to comment.