CBSE Class 12 Informatics Practices
Question 26 of 70
Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 7
Back to all questionsnrows = <n>
Reason — The argument nrows = <n> is to be given in read_csv() to read the specified number of rows from the CSV file.