• 00:00 CSV
  • 00:40 Reading CSV in the naive way (split)
  • 04:20 What is sys.stderr.write ? (Standard Output, Standard Error)
  • 09:50 CSV with quotes and with newlines
  • 12:35 Reading CSV file using the csv module (reader, delimiter)
  • 17:40 Report when there is an error in the CSV file (strict mode)
  • 19:24 CSV to dictionary (DictReader)
  • 24:15 CSV Attributes
  • 25:30 CSV dialects
  • 27:00 Exercise: CSV