CSV
- What is a CSV file?
- CSV file without title row
- CSV file with header
- Read CSV file into lists
- CSV with newlines missing closing quote
- CSV to dictionary
- CSV Attributes
- CSV dialects
- Reading CSV the naive way
- CSV with quotes and newlines
- Reading a CSV file
- Exercise: CSV as dictionary of dictionaries
- Exercise: CSV as dictionary of tuples of dictionaries
- Exercise: count row length in csv files
- Solution: CSV as dictionary of dictionaries
- Solution: CSV as dictionary of tuples of dictionaries
- Solution: count row length in csv files