CBSE Class 12 Informatics Practices
Question 34 of 70
Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 15
Back to all questionsindex = False
Reason — The index = False argument in to_sql() is used to suppress the creation of a column for index labels of a DataFrame. This means that the index labels will not be included as a separate column in the database table.