Clare Zimmerman
posted this on July 03, 2012 09:54
In order to make a chart, often times you will first need to summarize your data by rolling up the rows based on a common value. For example, I have a dataset that lists the funds for unclaimed bank accounts, and there are many accounts that belong to the same bank. I want to find out the total unclaimed funds at each bank and make a pie chart to visualize my results.
Here’s how I do that:


