CBSE Class 12 Informatics Practices
Question 9 of 44
Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 9
Back to all questionspd.read_csv('filename.csv')
Reason — The statement pd.read_csv('filename.csv') is used to import data from a CSV file into a Pandas DataFrame. The read_csv function reads the contents of the specified CSV file and converts it into a structured DataFrame format.