Skip to content

Instantly share code, notes, and snippets.

@alperyilmaz
Created November 17, 2016 13:32
Show Gist options
  • Save alperyilmaz/c960022fc1c13b0fb921791ef5fc35ae to your computer and use it in GitHub Desktop.
Save alperyilmaz/c960022fc1c13b0fb921791ef5fc35ae to your computer and use it in GitHub Desktop.
frequency distribution of ratings
$ cut -f3 ratings | sort | uniq -c
94988 0.5
384180 1
118278 1.5
790306 2
370178 2.5
2356676 3
879764 3.5
2875850 4
585022 4.5
1544812 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment