[Tutor] Python function

Sammy Lee sjl1357 at comcast.net
Thu Dec 13 12:21:36 EST 2018


How do I create a python function that opens a CSV file and determines how many columns
of data are in the file? The CSV files have been randomly generated from https://www.mockaroo.com/

def csv_column_count(openfile):


More information about the Tutor mailing list