Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 666 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 666 Bytes

Gamers Club | CASE - Data Analyst

Lucas R. Schiavetti | Feb, 22

Context

  • the main goal of this case is explore CS:GO data within Gamers Club business context;
  • the available database (data.db) has four tables (players, lobby-players, medals and medal-players)
    • keys are player_id and medal_id;

drawing

  • some data quality validation was made in query_validation.sql
  • the questions related to the case were answered with the sql code in query_answers.sql
  • this notebook has complimentary analysis to the case, mainly with summary statistics and some plots;