Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
NumPy Interview Questions and Answers
Home
Questions
NumPy
+1
vote
matrix of two arrays(array1,array2) and combine into third array ( result )
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
combine-array
+1
vote
what is the use sort() function ?
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
sort-function
+2
votes
Print the probabilty arr = [0.23, 0.09, 1.2, 1.24, 9.99] using fix() this example of fuzzy logic or probability
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
probability
+1
vote
how to How to use of concatenate() with axis=0
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
concatenate-function
+1
vote
How to use of concatenate()
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
concatenate
+1
vote
Explain Linear algebra
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
linear-algebra
+1
vote
what is the How to use of == operator ?
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
equal-operator
+1
vote
print value who divide by 2 and remain is 0.
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
convert-boolean
+1
vote
mask convert boolean values to number #num = np.arange(1,11)
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
convert-boolean
+1
vote
Print number from 1 to 10 using arange() function
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
print-arange
+1
vote
using ravel() we can combine arrays into single
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
numpy-print
+1
vote
Print reshape devide into array like 2 array with 5 values
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
print-reshape
+1
vote
How to Print shape
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
numpy-pint
+1
vote
How to use of reshape ex.1 starting value is 1 and ending value is 50, print 10 integer random numbers
answered
Jul 9, 2021
in
NumPy
by
rajeshsharma
print-array
+1
vote
create 4*4 and print 0 to 12
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
create-array
+1
vote
create an array of 20 linearly spaced point between 0 to 1
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
create-array
+1
vote
How to use of shape()
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
shape-function
+1
vote
print size of numarray
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
print-array-size
+1
vote
insert 1 to 100 numbers and formated with 10*10
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
format-print
+1
vote
use numpy to generate array of 25 random numbers sampled from a standard normal distribution
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
generate-array
+1
vote
print random number from 0 to 1
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
print-random-number
+1
vote
create matrix 2 * 2 with value ranging from 1 to 4
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
numpy-matrix
+1
vote
create matrix 2 * 2 with value ranging from 1 to 3
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
numpy-matrix
+1
vote
create a matrix 3 * 3 with value ranging from 0 to 8
answered
Jul 8, 2021
in
NumPy
by
rajeshsharma
numpy-matrix
+2
votes
Print row 2 column 2 output will 9
answered
Jul 4, 2021
in
NumPy
by
sharadyadav1986
print-row
+2
votes
print row 1 column 1 output will 5
answered
Jul 4, 2021
in
NumPy
by
sharadyadav1986
print-row
+1
vote
What is 2d indexing? define one ex : num = np.array([1,2,3],[4,5,6],[7,8,9])
answered
Jul 4, 2021
in
NumPy
by
sharadyadav1986
2d-indexing
+2
votes
1D Slicing with above numpy arra..print[5,15,25,35]
answered
Jul 4, 2021
in
NumPy
by
sharadyadav1986
slicing
+2
votes
1D Slicing with above numpy array..print[5,15]
answered
Jul 4, 2021
in
NumPy
by
sharadyadav1986
1d-slicing
+2
votes
if we don’t know last number of position how to show it by pragmatically ?
answered
Jul 4, 2021
in
NumPy
by
sharadyadav1986
number-position
To see more, click for all the
questions in this category
.
...