Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

data type array

import numpy as np

# Example of 1D array 
array = np.linspace(3,40,40)

# print the array data type
print(array.dtype)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #data #type #array
ADD COMMENT
Topic
Name
6+6 =