- 1. Python CSV
- 2. CSV
- 2.1. What is a CSV file?
- 2.2. CSV file without title row
- 2.3. CSV file with header
- 2.4. Read CSV file into lists
- 2.5. CSV with newlines missing closing quote
- 2.6. CSV to dictionary
- 2.7. CSV Attributes
- 2.8. CSV dialects
- 2.9. Reading CSV the naive way
- 2.10. CSV with quotes and newlines
- 2.11. Reading a CSV file
- 2.12. Exercise: CSV as dictionary of dictionaries
- 2.13. Exercise: CSV as dictionary of tuples of dictionaries
- 2.14. Exercise: count row length in csv files
- 2.15. Solution: CSV as dictionary of dictionaries
- 2.16. Solution: CSV as dictionary of tuples of dictionaries
- 2.17. Solution: count row length in csv files