Visualizing Library Checkout Data

The first project for MAT259: Data Visualization involved exploring ways to display library checkout data in a 2D space. I chose to investigate how long each item was checked out and how it relates to item type, category or shelving section. 

My goal was to be able to make qualitative judgements on how checkout duration trends vary over various item categorizations. For example, are Children’s items checked out longer than Young Adult items? Are Books checked out longer than DVDs?

Click the image below to try the applet out and note the keyboard options described below the program.

The demonstration program incorporates only one hour of checkout data to reduce loading time.

Below is my concept sketch and some screenshots from the program.

 

Visualizing Trends in Item Collection, with sidebar controls

Visualizing Trends in Item Collection, with sidebar controls

 

Visualizing Trends in Checkout duration using "Equal X" method

Visualizing trends in checkout duration using alternate method of allocating x-coordinates

The image above uses a special method for assigning x-coordinates that is based soley on the how the checkout duration compares to the maximum duration in the dataset. Because it does not depend on the position of the transaction in the dataset it is unaffected by sorting parameters. This view is useful to quickly see where checkout durations congregate (brighter green areas) or where there are no transactions with durations in a certain range (gaps).

To keep the visualization from getting too cluttered, catagories representing less than 2% of the dataset have been ignored.

posted on Saturday, January 24th, 2009 by Pehr in MAT Projects