일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 통계용어 정리
- ai 새싹 부트캠프 7일차
- T
- 데이터분석가
- 데이터관련면접
- 새싹 AI데이터새싹 엔지니어 부트캠프
- 데이터분석가면접준비
- ai 새싹 부트캠프 6일차
- ai 새싹 부트캠프 5일차
- X
- ㅂ.
- 새싹 AI데이터새싹 엔지니어 부트캠프 3일차
- 새싹 AI데이터새싹 엔지니어 부트캠프 1일차
- 새싹 AI데이터새싹 엔지니어 부트캠프 2일차
- ASAC
- 취준생
- ai 새싹 부트캠프 4일차
- Til
- Today
- Total
목록새싹 AI데이터새싹 엔지니어 부트캠프 (2)
데이터 공부기록

https://numpy.org/doc/stable/user/absolute_beginners.html#how-to-import-numpy NumPy: the absolute basics for beginners — NumPy v1.26 Manual NumPy: the absolute basics for beginners Welcome to the absolute beginner’s guide to NumPy! If you have comments or suggestions, please don’t hesitate to reach out! Welcome to NumPy! NumPy (Numerical Python) is an open source Python library that’s us numpy.o..

INTRO-What is NumPy? - 시간이 나거나 영어 공부를 대신해서 개발 문서를 번역하면서 업데이트 할것! At the core of the NumPy package, is the *ndarray object. This encapsulates n-dimensional arrays of homogeneous data types, with many operations being performed in compiled code for performance. There are several important differences between NumPy arrays and the standard Python sequences: *ndarry - n차원배열의 약자 단순히 임의 개수의 차원 가진배열 Num..