Informatics Practices
Which function lets you store data of a DataFrame into an SQL table ?
Python Pandas
1 Like
Answer
The function used to store data of a DataFrame into an SQL table is to_sql().
Answered By
1 Like
Related Questions
Name the function you would use to store data from a DataFrame into a CSV file.
Which function lets you fetch data from an SQL table into a DataFrame ?
Which additional argument would you give to append the data of a DataFrame in an existing SQL table ?
CSV stands for :
- Column Separated Value
- Class Separated Value
- Comma Separated Value
- None of the above