Baselight
SELECT 
  "time", 
  AVG("tip" / "total_bill" * 100) AS percent_tip
FROM @kaggle.saurabhbadole_restaurant_tips_dataset.tips
GROUP BY "time"
timepercent_tip
Lunch16.412792816250498
Dinner15.951778877977732

Share link

Anyone who has the link will be able to view this.