저도 이제 막 파이썬에 입문한 사람으로 파이선에서 가장 많이 사용되는 library 둘, numpy와 pandas library에 관한 중요 내용들을 요약하려 합니다. 아래 링크를 보시면 아시겠지만 파이썬에서 가장 많이 사용되는 top 10 라이브러리에 이 둘이 들어가 있고, 아마 데이타 사이언스 하는 분들이라면 거의 기본적으로 이용하는 라이브러리라고 봐도 무방할 듯 합니다. https://towardsdatascience.com/top-10-python-libraries-for-data-science-cd82294ec266 Top 10 Python Libraries for Data Science Some cool help for your Data Science explorations! towardsda..