01_넘파이
1. Numpy 수학, 과학 계산용 패키지 성능: ndarray가 파이썬의 list보다 빠름 메모리 사이즈: ndarray가 파이썬의 list보다 적은 메모리를 사용 !pip install numpy Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Requirement already satisfied: numpy in /usr/local/lib/python3.8/dist-packages (1.21.6) import numpy as np np 1-1. array(배열) 여러값들의 그룹 list1 = [1, 2, 3, 4] list2 = [[1, 2, 3, 4], [5, 6, 7,..
Python/3.데이터 분석
2023. 3. 5. 09:21