Python - Structured Data Files
What does the Python
csv.reader function do when reading a CSV file?csv.reader function do when reading a CSV file?csv.reader reads CSV files and returns each row as a list of strings representing columns.csv.DictReader return dictionaries, and writing functions save data, not read it.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions