NumPy is just one of the libraries, you cant solve everything by NumPy, so I couldn’t get your question quite well, what do u mean by numpy tutorial with real world data?
@@SatyajitPattnaik Ok, I would like see a video where you first upload a csv file and then analyze the data with the help of Numpy just like you did with Pandas. Is it possible?
@@MHNayon so you basically want to see how NumPy can be used in real time analysis, thats basically called as EDA, Please go through one of my EDA videos where we used pandas and numpy to get insights from the data
Actually, this is very helpful. But if you could take real-life examples, then it would be fruitful. If you could use a CSV or Excel data source, then it will be easy to understand.
Flag question: Question 1 Question 1 1 pts Which form of import is not accepted? Group of answer choices import numpy from numpy import sin, cos, linspace from numpy import * import numpy as np Flag question: Question 2 Question 2 1 pts What is the correct order for the parts of a program? Group of answer choices imports function definitions main program function definitions imports main program main program imports function definitions main program function definitions imports Flag question: Question 3 Question 3 1 pts Which of these mini programs is the correct one to create a simple plot? Group of answer choices Correct answer import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5.0, 5.0, 1000) y = np.sin(x) plt.plot(x, y) plt.figure() plt.show() Answer 2 Toggle editing answer text as HTML Answer 2Delete this answer import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5.0, 5.0, 1000) y = np.sin(x) plt.figure() plt.show() import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5.0, 5.0, 1000) y = np.sin(x) plt.figure() plt.plot(x, y) plt.show() import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5.0, 5.0, 1000) y = np.sin(x) plt.show() plt.figure() plt.plot(x, y) Flag question: Question 4 Question 4 1 pts Which module is our standard module for mathematical functions etc? Group of answer choices pandas matplotlib.pyplot scipy.stats numpy Flag question: Question 5 Question 5 1 pts Which of these plots shows the trigonometric polynomials produce with the parameters a = 1 , b = 60 , j = 3 c = 1 , d = 120 , k = 3 Group of answer choices trigon4.png trigon2.png trigon3.png trigon1.png
The way he speaks politly to make us understand was awesome!! Thank you so much for the valuable content❤
Very peaceful listening to you. Straight to the point with examples. Thank you. Will watch this again
Iam attractive to ur communication skills hats off brother❤❤❤❤
superb. Thank you so much for valuable content.
So nice of you
thank you sir very much you explained
it very well😊😊😊😊
Thank you sir for making video for paythons library 👌👍
Great tutorial! Do you have a numpy tutorial with the real-world data?
NumPy is just one of the libraries, you cant solve everything by NumPy, so I couldn’t get your question quite well, what do u mean by numpy tutorial with real world data?
@@SatyajitPattnaik Ok, I would like see a video where you first upload a csv file and then analyze the data with the help of Numpy just like you did with Pandas. Is it possible?
@@MHNayon so you basically want to see how NumPy can be used in real time analysis, thats basically called as EDA, Please go through one of my EDA videos where we used pandas and numpy to get insights from the data
@@SatyajitPattnaik sir ye playlist complete hai kya?
Thank u 😊 so much sir 😊
Good approach !!!
Thank you sir
Awesome
(1,3) is a shape of an array or it is called as 1 cross 3 matrix please clarify
(1,3) shape means 2d array with 1 row and 3 columns, or often referred as 1X3 matrix
Actually, this is very helpful. But if you could take real-life examples, then it would be fruitful. If you could use a CSV or Excel data source, then it will be easy to understand.
Please refer to my end to end EDA video where i have used pandas and numpy 😀
If you were there 2 years back. I wouldn't have taken a 54k course on simplilearn.
omg, 54k?
Yes.. The Purdue University PG program even costs over 1 Lakhs.
@@sanket565 Share my channel across your network so that noone spends that much for a data science course and can learn from my channel 🤩
Truee.. Me also with 75k course🥲
❤️
Flag question: Question 1
Question 1 1 pts
Which form of import is not accepted?
Group of answer choices
import numpy
from numpy import sin, cos, linspace
from numpy import *
import numpy as np
Flag question: Question 2
Question 2 1 pts
What is the correct order for the parts of a program?
Group of answer choices
imports
function definitions
main program
function definitions
imports
main program
main program
imports
function definitions
main program
function definitions
imports
Flag question: Question 3
Question 3 1 pts
Which of these mini programs is the correct one to create a simple plot?
Group of answer choices
Correct answer
import numpy as np
import matplotlib.pyplot as plt
x = np.linspace(-5.0, 5.0, 1000)
y = np.sin(x)
plt.plot(x, y)
plt.figure()
plt.show()
Answer 2 Toggle editing answer text as HTML Answer 2Delete this answer
import numpy as np
import matplotlib.pyplot as plt
x = np.linspace(-5.0, 5.0, 1000)
y = np.sin(x)
plt.figure()
plt.show()
import numpy as np
import matplotlib.pyplot as plt
x = np.linspace(-5.0, 5.0, 1000)
y = np.sin(x)
plt.figure()
plt.plot(x, y)
plt.show()
import numpy as np
import matplotlib.pyplot as plt
x = np.linspace(-5.0, 5.0, 1000)
y = np.sin(x)
plt.show()
plt.figure()
plt.plot(x, y)
Flag question: Question 4
Question 4 1 pts
Which module is our standard module for mathematical functions etc?
Group of answer choices
pandas
matplotlib.pyplot
scipy.stats
numpy
Flag question: Question 5
Question 5 1 pts
Which of these plots shows the trigonometric polynomials produce with the parameters
a = 1 , b = 60 , j = 3
c = 1 , d = 120 , k = 3
Group of answer choices
trigon4.png
trigon2.png
trigon3.png
trigon1.png
Answers plz
My bad i came to this video
What do you mean?
Sir your level of teaching is too worst 😢
sorry to disappoint you
true
@@awanishdeshmukh2988 How can I improve myself sir?