수업외 정리

numpy 데이터형식

glenlee 2024. 2. 23. 00:54

 

numpy 데이터 형식 의미
b bool
i 기호가 있는 정수 signed integer
u 기호가 없는 정수 unsigned integer
f 실수 floating - point
c 복소수 complex floating point
M 날짜 datetime
O 파이썬 객체 python object
S / a 바이트 문자열 , byte string
U 유니코드 Unicode