/pandas-challenge

Create snapshot tables to analyze recent purchase data from the game "Heroes of Pymoli."

Primary LanguageJupyter Notebook

pandas-challenge

This project analyzed recent purchase data from the game "Heroes of Pymoli." This code allows you to look at snapshots of the list, grouping the purchaser information into categories such as gender and age. Additionally, the code allows you to look directly at the items being purchased to determine the most popular and most profitable.

Output tables:

Figure 1: Starting Data

Figure 2: Summary Table

Figure 3: Gender Summary

Figure 4: Gender Purchasing Data

Figure 5: Age Summary

Figure 6: Age Purchasing Data

Figure 7: Frequent Shoppers

Figure 8: Popular Items

Figure 9: Profitable Items