What is the use of the size attribute in Numpy array in python ?
1.It find the direction
2.It find the number of items
3.It find the shape
4.All of the above
Answer:2
Posted Date:-2019-06-05 07:21:53
1.array.reshape(shape)
2.reshape(shape,array)
3.reshape(array,shape)
4.reshape(shape)
Answer 31.By Shape()
2.By reshape()
3.By ord()
4.By change()
Answer 21.list(array)
2.list.array
3.array.list
4.None of the above
Answer 11.dtype
2.type
3.typei
4.itype
Answer 11.install numpy
2.pip install python numpy
3.pip install numpy
4.pip install numpy python
Answer 31.Yes
2.No
3.Sometimes
4.None of the above
Answer 11.0
2.1
3.2
4.3
Answer 31.Function
2.Lambda function
3.Type casting
4.Array
Answer 41.It convert array to list
2.It convert list to array
3.It convert array to array
4.Error
Answer 21.Find the shape of the array
2.Change the shape of the array
3.Both of the above
4.None of the above
Answer 11.It find the direction
2.It find the number of items
3.It find the shape
4.All of the above
Answer 21.To make a Matrix with all element 0
2.To make a Matrix with all diagonal element 0
3.To make a Matrix with first row 0
4.None of the above
Answer 11.Array
2.Shape
3.only array
4.Both array and shape
Answer 41.count()
2.return()
3.shape()
4.size()
Answer 41.max(array)
2.array.max()
3.array(max)
4.None of the above
Answer 21.import numpy
2.import numpy as np
3.from numpy import *
4.All of the above
Answer 41.import numpy as np
2.import numpy as n
3.import numpy as p
4.None of the above
Answer 41.shape
2.value
3.Both of the above
4.None of the above
Answer 31.array(list)
2.array.list
3.Numpy.array(list)
4.None of the above
Answer 31.access
2.import
3.fetch
4.from
Answer 2