[Tutor] How to calculate high value from multiple lines for each column

Alan Gauld alan.gauld at btinternet.com
Sun Feb 28 10:19:16 EST 2016


On 28/02/16 11:37, Fosiul Alam wrote:

> if i can i just ask you one more favour in related to this qustion.
> 
> for key in values:
>                 print "svtm-%s ,%s" % (key, max(values[key][0][1:]))
>                 print "iostat-%s ,%s" % (key, max(values[key][1][1:]))
> 
> 

Sure, what is it?


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list