Informatics Practices
The read_sql() can also read from CSV files.
Python Pandas
1 Like
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
1 Like
Related Questions
The to_sql() function cannot create a MySQL table.
The to_sql() function cannot work if the named table already exists.
Assertion. Python Panda library offers functionality to interact with a CSV file.
Reason. Panda's readcsv() and tocsv() functions can read-from and write-to CSV files.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Assertion. The read_csv() function of Python Pandas can read data of a csv file into any of pandas data structures.
Reason. DataFrame is a compatible data structure for read_csv() function.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.