CBSE Class 12 Informatics Practices Question 45 of 70

Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 10

Back to all questions
10
Question

Question 10

The read_sql() can also read from CSV files.

Answer

False

Reason — The read_sql() function in pandas can read data from SQL databases using SQL queries. To read from CSV files, we use the read_csv() function in pandas.