T
Tom Zimoski
Given something like this:
apple,jan
apple,feb
apple,mar
apple,jan
apple,feb
orange,jan
orange,feb
orange,jan
orange,feb
banana,jan
banana,feb
banana,mar
banana,jan
banana,feb
I'd like to create a table that has three rows (the fruits) and three
columns (the months). At the intersection of each row and column I'd
like the number of occurrences of that particular fruit-month pair.
Thanks for your time.
Tom Z.
apple,jan
apple,feb
apple,mar
apple,jan
apple,feb
orange,jan
orange,feb
orange,jan
orange,feb
banana,jan
banana,feb
banana,mar
banana,jan
banana,feb
I'd like to create a table that has three rows (the fruits) and three
columns (the months). At the intersection of each row and column I'd
like the number of occurrences of that particular fruit-month pair.
Thanks for your time.
Tom Z.