In this video we will cover how to read from a CSV file and display the output to the command line.
Basic Steps:
Open the CSV File
Read from the file.
Ensure proper csv format.
Populate data into list.
Display data from the file.
Python
Pycharm
Try Except
FileNotFound
CSV
Function call
Parameter
Return
Print statements
List
List zero based indexing
For Loop
Import