Skip to content

Large dataset (insert query) mainly for MySQL, customizable for any DB platform.

Notifications You must be signed in to change notification settings

IshtiaqueIrteza/Large-Dataset-For-MySQL

Repository files navigation

Large-Dataset-For-MySQL

Large dataset (insert query) mainly for MySQL, customizable for any other Database platform.

File Descriptions :

  • 'original_dataset.csv': Collected from https://www.kaggle.com/carrie1/ecommerce-data
  • 'preprocessed_dataset.csv': Preprocessed data for SQL Environment. You can write your own code to generate a large "Insert Query" from this file/import csv files directly, based on your Database Platform.
  • 'sqlQueries.txt': Generated large "Insert Query" for MySQL Database.
  • 'table_DDL.txt': In case you need a readymade table to insert the data, for MySQL.
  • 'FullSQLScript.sql': Full ready sql. Just import it in your MySQL or copy the texts & run them in MySQL Workbech, you're all set.

Data Descriptions :

  • Total data count: 5,41,909
  • Total column count: 9
  • Dataset based on: E-Commerce transactions

Note :

  • Column named CustomerID had some empty values, replaced with -1. Assume -1 means customer isn't a registered customer.

About

Large dataset (insert query) mainly for MySQL, customizable for any DB platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published