Delimited Files and Collections¶
As part of this section or module, we will be going through the details about dealing with delimited files and collections.
- Overview of Delimited text files
- Recap of basic File I/O
- Read Delimited Files into Lists
- Write Delimited strings into Files
- Overview of CSV Module
- Read delimited data using CSV
- Write iterables to files using CSV
- Advantages of using CSV Module
- Apply Schema on Lists from Files