python - How to open a CSV,read a particular header of column and get the highest value -


i beginner in python , want know how open csv,read particular header of column , highest value.the value should stored in variab

regards, sid

you can use csv-module reading file. highest value, have read entire file , and remember highest value seen far.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -