Notice
                              
                          
                        
                          
                          
                            Recent Posts
                            
                        
                          
                          
                            Recent Comments
                            
                        
                          
                          
                            Link
                            
                        
                    | 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 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
                            
                        
                          
                          - 한국의새
- 비둘기목
- 생일문제
- 계수정렬
- python3
- 가마우지과
- structured_array
- 흰날개해오라기
- 딱다구리과
- 솔딱새과
- 기러기목
- IBK기업은행 인턴
- 참새목
- Birthday paradox
- Python
- AI전략게임
- django
- 딥러닝공부
- 한국의 새
- 직박구리과
- 오리과
- ADsP
- 맑은소리 스피치학원
- SimpleCraft
- 비둘기과
- 백로과
- keras
- 참새과
- AI역량평가
- 딥러닝 공부
                            Archives
                            
                        
                          
                          - Today
- Total
목록python3 (2)
진박사의 일상
      
      
        [Python3] numpy에서 dictionary처럼 쓸 수 있는 Structured Array
        
  
  
        
    
        
  
    
  
  
        
    
            
            
            
            
            
            
              
            
          python의 dictionary 자료 구조는 데이터를 관리하기 무척 편하게 해준다. 그러나 numpy에서는 dictionary 구조가 없다. 대신 이와 비슷한 Structured Array라는 것이 존재한다. Structured arrays — NumPy v1.10 Manual (scipy.org) Structured arrays — NumPy v1.10 Manual Defining Structured Arrays One defines a structured array through the dtype object. There are several alternative ways to define the fields of a record. Some of these variants provide backwa..
        프로그래밍
        
        2021. 6. 5. 15:27