Friday, October 10, 2025
HomeLanguagesnumpy.dtype.base() function – Python

numpy.dtype.base() function – Python

numpy.dtype.base() function returns dtype for the base element of the subarrays, regardless of their dimension or shape.

Syntax : numpy.dtype.base()

Return : Returns data type of the base element.

Code #1 :




# Python program explaining
# numpy.dtype.base() function
         
# importing numpy as geek 
import numpy as geek 
     
x = geek.dtype('i2')
   
gfg = x.base
   
print (gfg)


Output :

int16

 
Code #2 :




# Python program explaining
# numpy.dtype.base() function
         
# importing numpy as geek 
import numpy as geek 
     
x = geek.dtype('8f')
   
gfg = x.base
   
print (gfg)


Output :

float32
Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32349 POSTS0 COMMENTS
Milvus
87 POSTS0 COMMENTS
Nango Kala
6715 POSTS0 COMMENTS
Nicole Veronica
11878 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11941 POSTS0 COMMENTS
Shaida Kate Naidoo
6837 POSTS0 COMMENTS
Ted Musemwa
7097 POSTS0 COMMENTS
Thapelo Manthata
6792 POSTS0 COMMENTS
Umr Jansen
6791 POSTS0 COMMENTS