Skip to content

Instantly share code, notes, and snippets.

@rickiepark
Last active January 12, 2022 02:40
Show Gist options
  • Save rickiepark/b90b9f725890653e69a1a52943671c62 to your computer and use it in GitHub Desktop.
Save rickiepark/b90b9f725890653e69a1a52943671c62 to your computer and use it in GitHub Desktop.
도미와 빙어 데이터
fish_length = [25.4, 26.3, 26.5, 29.0, 29.0, 29.7, 29.7, 30.0, 30.0, 30.7, 31.0, 31.0,
31.5, 32.0, 32.0, 32.0, 33.0, 33.0, 33.5, 33.5, 34.0, 34.0, 34.5, 35.0,
35.0, 35.0, 35.0, 36.0, 36.0, 37.0, 38.5, 38.5, 39.5, 41.0, 41.0, 9.8,
10.5, 10.6, 11.0, 11.2, 11.3, 11.8, 11.8, 12.0, 12.2, 12.4, 13.0, 14.3, 15.0]
fish_weight = [242.0, 290.0, 340.0, 363.0, 430.0, 450.0, 500.0, 390.0, 450.0, 500.0, 475.0, 500.0,
500.0, 340.0, 600.0, 600.0, 700.0, 700.0, 610.0, 650.0, 575.0, 685.0, 620.0, 680.0,
700.0, 725.0, 720.0, 714.0, 850.0, 1000.0, 920.0, 955.0, 925.0, 975.0, 950.0, 6.7,
7.5, 7.0, 9.7, 9.8, 8.7, 10.0, 9.9, 9.8, 12.2, 13.4, 12.2, 19.7, 19.9]
@metaego
Copy link

metaego commented Aug 10, 2021

fish_length 와 fish_weight 리스트 길이가 다르다고 나옵니다... 제가 이상한 건가요...?ㅠ

@rickiepark
Copy link
Author

@metaego 두 리스트의 길이를 세어 보시면 아시겠지만 같습니다.
다음 노트북을 참고해 보세요.
https://colab.research.google.com/drive/1OLlvwLdobQ-7gT10hSwF-kLMSSeyHENS#scrollTo=ULTsFua3bn4H
감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment