Informatics Practices

Which function lets you fetch data from an SQL table into a DataFrame ?

Python Pandas

2 Likes

Answer

The function used to fetch data from an SQL table into a DataFrame is read_sql().

Answered By

1 Like


Related Questions