Here\'s my code:
popular_df = purchase_data_df.groupby(["Item ID", "Item Name"]) popular_df.count() item_count = popular_df["Item Na