Bruno Rocha Tue, 11 Sep 2012 15:55:20 -0700
The computation should be compute= lambda row: "%(username)s-%(songname)s-%(playlist_name)s" % row
--