KnowledgeBoat Logo
|

Informatics Practices

The to_sql() function cannot create a MySQL table.

Python Pandas

1 Like

Answer

False

Reason — The to_sql() function in pandas, when used with the if_exists = 'replace' parameter, can create a MySQL table.

Answered By

1 Like


Related Questions