CBSE Class 12 Informatics Practices
Question 27 of 70
Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 8
Back to all questionsskiprows = 5
Reason — The skiprows = 5 argument in the read_csv() function is used to skip the first 5 rows of the CSV file and start reading from the 6th row onwards.