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
Post a Comment