Skip to content

Instantly share code, notes, and snippets.

@john-adeojo
Created June 22, 2023 21:19
Show Gist options
  • Save john-adeojo/fb7f898e37056bccf247dea185ab570a to your computer and use it in GitHub Desktop.
Save john-adeojo/fb7f898e37056bccf247dea185ab570a to your computer and use it in GitHub Desktop.
  • ID: Unique Identifier for a row
  • Store_id: Unique id for each Store
  • Store_Type: Type of the Store
  • Location_Type: Type of the location where Store is located
  • Region_Code: Code of the Region where Store is located
  • Date: Information about the Date
  • Holiday: If there is holiday on the given Date, 1 : Yes, 0 : No
  • Discount: If discount is offered by store on the given Date, Yes/ No
  • Orders: Number of Orders received by the Store on the given Day
  • Sales: Total Sale for the Store on the given Day
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment