<aside> 👉 제출 안내
</aside>
https://notion-widget-kit.vercel.app/timer?목표일=20250120&목표시간=1430&글꼴번호=2&크기=20&굵기=3&머리말=✅제출까지&꼬리말=남음🔥&외부간격=20&내부간격=10&배경색=White&글자색=Black
<aside> ✅
선행 커맨드
import seaborn as sns
import pandas as pd
</aside>
<aside> ◾
year = int(input("연도를 입력하세요: "))
"""
코드 입력
"""
출력 결과
# 2016
True
# 2100
False
# 2000
True
</aside>
<aside> ◾
'species', 'island', 'bill_length_mm', 'bill_depth_mm',
'flipper_length_mm', 'body_mass_g', 'sex', 'mean_bill_length',
'weighted_bill', 'species_length_category'
# 1) Penguins 데이터셋 로드
penguins = sns.load_dataset("penguins")
"""
코드 입력
"""
# 결과 출력
print(final_result.iloc[10])
print(final_result.iloc[90])
'''
species Chinstrap
island Dream
bill_length_mm 45.9
bill_depth_mm 17.1
flipper_length_mm 190.0
body_mass_g 3575.0
sex Female
mean_bill_length 48.833824
weighted_bill 28.08
species_length_category long
Name: 166, dtype: object
species Gentoo
island Biscoe
bill_length_mm 41.7
bill_depth_mm 14.7
flipper_length_mm 210.0
body_mass_g 4700.0
sex Female
mean_bill_length 47.504878
weighted_bill 25.26
species_length_category short
Name: 326, dtype: object
'''
</aside>
<aside> 👉 제출
</aside>
https://notion-widget-kit.vercel.app/timer?목표일=20250120&목표시간=1430&글꼴번호=2&크기=20&굵기=3&머리말=✅제출까지&꼬리말=남음🔥&외부간격=20&내부간격=10&배경색=White&글자색=Black
Copyright ⓒ 2025 TeamSparta All rights reserved.