ada-krav / py-restaurant-data-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant data analysis

Task

You're given part of restaurant's db with product, order & order_items info. Your task is to extract data from db using SQL queries & perform data analysis on it. Detailed step-by-step task you will find here.

Over-all notes:

  • Do not use any ORM for data extraction - perform only raw SQL queries using sqlite3 module.
  • You can use group by on SQL level or on pandas level - it's your choice.
  • If you think, that some additional analytics should be applied - just make it.

About


Languages

Language:Jupyter Notebook 100.0%