CSV

  1. What is a CSV file?
  2. CSV file without title row
  3. CSV file with header
  4. Read CSV file into lists
  5. CSV with newlines missing closing quote
  6. CSV to dictionary
  7. CSV Attributes
  8. CSV dialects
  9. Reading CSV the naive way
  10. CSV with quotes and newlines
  11. Reading a CSV file
  12. Exercise: CSV as dictionary of dictionaries
  13. Exercise: CSV as dictionary of tuples of dictionaries
  14. Exercise: count row length in csv files
  15. Solution: CSV as dictionary of dictionaries
  16. Solution: CSV as dictionary of tuples of dictionaries
  17. Solution: count row length in csv files