Informatics Practices

The to_sql() function can append to a MySQL table.

Python Pandas

3 Likes

Answer

True

Reason — The to_sql() function in pandas, when used with the if_exists='append' parameter, can append data to an existing MySQL table.

Answered By

1 Like


Related Questions