1번 문제
2번 문제
3번 문제
4번 문제
5번 문제
기본적인 numpy와 pandas 개념에 익숙해질 필요있음
scatter() 함수를 이용하기 위해서는 import matplotlib.pyplot as plt→pyplot 함수를 사용하기 위해 plt로 줄여서 사용
plt.scatter(bream.length,brea_weight)
plt.xlabel(’length’)
plt.ylabel(’height’)
plt.show
선형:산점도 그래프가 일직선에 가까운 형태로 표현되는 것