import seaborn as sns # 'tips' 데이터셋 불러오기 tips_data = sns.load_dataset('tips') # 데이터셋 확인 print(tips_data.head())