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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -