How to upload csv file into mysql database docker through flask?
I want to how can i upload a csv file into mysql database and in mysql database it gives table name and it automatically understand the schema and insert the data
I want to how can i upload a csv file into mysql database and in mysql database it gives table name and it automatically understand the schema and insert the data