Informatics Practices
Which additional argument would you give to append the data of a DataFrame in an existing SQL table ?
Python Pandas
1 Like
Answer
The if_exists = 'append' argument in the to_sql() function of pandas is used to append the data of a DataFrame into the existing SQL table.
Answered By
3 Likes
Related Questions
Which function lets you fetch data from an SQL table into a DataFrame ?
Which function lets you store data of a DataFrame into an SQL table ?
CSV stands for :
- Column Separated Value
- Class Separated Value
- Comma Separated Value
- None of the above
A CSV file can take …………… character as separator.
- ,
- ~
- |
- \t
- only (a)
- all of these