maximum value in a column of file

Chris cwitts at gmail.com
Wed Jul 23 04:51:45 EDT 2008


On Jul 23, 9:25 am, maurizio <M.Buse... at isac.cnr.it> wrote:
>  which is the best way for the calculation of the maximum value in a
>     column of a file?

oddly enough

>>> help(max)
Help on built-in function max in module __builtin__:

max(...)
    max(iterable[, key=func]) -> value
    max(a, b, c, ...[, key=func]) -> value

    With a single iterable argument, return its largest item.
    With two or more arguments, return the largest argument.



More information about the Python-list mailing list