Informatics Practices

The read_sql() can also read from CSV files.

Python Pandas

3 Likes

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.

Answered By

2 Likes


Related Questions