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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -