CBSE Class 12 Informatics Practices Question 42 of 70

Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 7

Back to all questions
7
Question

Question 7

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

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.