Question: PYTHON - Please DO NOT use Pandas or Numpy libraries. I have a CSV file and I need to read it. The question is: Use
PYTHON - Please DO NOT use Pandas or Numpy libraries.
I have a CSV file and I need to read it.
The question is: Use csv.DictReader() method to read the frist 10 rows of the file and print out following columns (for example): 'id, 'frist_name', 'last_name', 'state'.
Then, add some code to filter out and print only rows for a specific state.
Thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
