본문 바로가기

흰둥이는 코드를 짤 때 짖어 (왈!왈!왈!왈!왈!왈!왈!왈!왈!왈!왈!)

검색하기
흰둥이는 코드를 짤 때 짖어 (왈!왈!왈!왈!왈!왈!왈!왈!왈!왈!왈!)
프로필사진 흰둥아솜사탕

  • 분류 전체보기 (132)
    • 파이썬 기초 (29)
    • MySQL (14)
    • HTML, CSS, JS (39)
    • Node.js (2)
    • 파이썬 데이터 분석 (13)
    • 파이썬 크롤링 (4)
    • 파이썬 머신러닝, 딥러닝 (17)
    • 과제 (11)
    • 시험 (3)
Guestbook
250x250
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • __len__
  • randrange()
  • zipfile
  • mro()
  • Database
  • CSS
  • fileinput
  • glob
  • View
  • __annotations__
  • JS
  • node.js
  • locals()
  • inplace()
  • choice()
  • fnmatch
  • MySqlDB
  • shuffle()
  • discard()
  • __getitem__
  • items()
  • HTML
  • 파이썬
  • shutil
  • 오버라이딩
  • remove()
  • decode()
  • __sub__
  • count()
  • MySQL
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록numpy (1)

흰둥이는 코드를 짤 때 짖어 (왈!왈!왈!왈!왈!왈!왈!왈!왈!왈!왈!)

(Python) Numpy

1. 넘파이(Numpy) 수학, 과학 계산용 패키지 자료구조(ndarray)를 제공 -> 파이썬의 list보다 속도가 빠름. 작은 메모리를 사용 install !pip install numpy import import numpy 보편적으로 np 라고 명한다. import numpy as np 1-1. ndarray ndarray를 선언할 때는 리스트를 array메소드에 매개변수롤 받아 선언한다. ndarr1 = np.array([1, 2 ,3 ,4]) print(ndarr1) print(type(ndarr1)) # ndarray = n dimension array [1 2 3 4] # 리스트를 ndarray로 변환하는 방법 ndarr1 = np.array(list1) ndarr2 = np.array(li..

파이썬 데이터 분석 2023. 5. 18. 15:00
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바