CBSE Class 12 Informatics Practices
Question 23 of 70
Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 4
Back to all questions<DF> = pandas.read_csv(<files>)
Reason — The statement to read data from a CSV file into a DataFrame is <DF> = pandas.read_csv(<filepath>).