CBSE Class 12 Informatics Practices
Question 28 of 70
Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 9
Back to all questionsskiprows = [1, 3, 5]
Reason — The argument to skip 1st, 3rd and 5th row of CSV file in read_csv() is skiprows = [1, 3, 5].