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):
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to