Skip to content

bnewtonius/age_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Age Occurrence Counter

This is a very simple and quick age occurrence counter. It takes a csv file containing:

userid,age

And outputs:

age,occurrence

There are currently two versions, one using awk and another using python.

Awk example

To run this call ageCount with the csv file as the first argument. For example:

./ageCount test/MOCK_DATA.csv

Python example

To run the python example, use the .py version:

./ageCount.py test/MOCK_DATA.csv

About

Simple age occurrence counter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published