CSV

  1. Reading CSV the naive way
  2. CSV with quotes and newlines
  3. Reading a CSV file
  4. CSV with newlines missing closing quote
  5. CSV to dictionary
  6. CSV Attributes
  7. CSV dialects
  8. Exercise: CSV as dictionary of dictionaries
  9. Exercise: CSV as dictionary of tuples of dictionaries
  10. Exercise: count row length in csv files
  11. Solution: CSV as dictionary of dictionaries
  12. Solution: CSV as dictionary of tuples of dictionaries
  13. Solution: count row length in csv files