The purpose of this challenge is to simplify the data and uncover trends by using pandas in Jupyter Notebook. The background concept of this challenge, is that Heroes of Pymoli is a free game that offers players the option to make in-app purchases for items that can give them a competitive edge over other players.
- Number of Unique Items
- Average Purchase Price
- Total Number of Purchases
- Total Revenue
- Purchase Count
- Average Purchase Price
- Total Purchase Value
- Average Purchase Total per Person
- Purchase Count
- Average Purchase Price
- Total Purchase Value
- Average Purchase Total per Person
- Player SN (Gamertag)
- Purchase Count
- Average Purchase Price
- Total Purchase Value
- Item ID
- Item Name
- Purchase Count
- Item Price
- Total Purchase Value
- Item ID
- Item Name
- Purchase Count
- Item Price
- Total Purchase Value
To get a better visualization of the tables, download this repository and run the script in Jupyter Notebook.
- Save the repository in desired location, then cd into that directory in git bash (or terminal if OS user).
- Type jupyter notebook into terminal.
- Once in jupyter notebook, open HeroesOfPymoli_starter.ipynb file and run through each section of the script.