You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome! I'm Yash Srivastava, and this repository contains the finalized programs, algorithms (in 20 steps), and a Variable Description Table for my ISC Class 12th Computer Science Project (2024-25). This project reflects my interest and foundational skills in computer science.
This Python script allows you to import data from a CSV file into a MySQL database. It provides a user-friendly interface to input the database name, table name, and column names for the table. The script dynamically creates the table in the MySQL database with the specified columns and their data types.