Q. What is the function of csv.reader object?
Answer :-
The csv.reader object reads data from a csv file on storage disk, parses it, i.e., removes the delimitation and loads the parsed data into a Python iterator wherefrom we can fetch the data row by row.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )