Tutorial 4 - Numpy and Inbuilt Functions Tutorial

  Рет қаралды 307,775

Krish Naik

Krish Naik

Күн бұрын

Пікірлер: 236
@rajashekarbarapata1764
@rajashekarbarapata1764 5 жыл бұрын
Who want to clap for this man👏👏
@AdvDevraj
@AdvDevraj 5 жыл бұрын
👏🏻👏🏻👏🏻👏🏻
@priyankapatel6803
@priyankapatel6803 5 жыл бұрын
👍👍👏
@priyankapatel6803
@priyankapatel6803 5 жыл бұрын
Thank you very much sir, pl. keep sharing your knowledge, so useful..for everyone..God bless you.
@swatikashyap717
@swatikashyap717 5 жыл бұрын
Rajashekar Barapata he's the best ! I have improved greatly!
@ASNPersonal
@ASNPersonal 4 жыл бұрын
I have improved my index concept gratly
@manojsupyal1912
@manojsupyal1912 3 жыл бұрын
Q1-If I pick up 4,5 from 2nd row And 6,8 from third row than In. is Arr[1: , 2:4] Q2-Pick up 3,4,5 from 2nd row than In. is Arr[1:2,1:4] Thank you so much sir.
@sagarmishra3517
@sagarmishra3517 4 жыл бұрын
Hello Krish, I am obliged to take time and express my gratitude towards your efforts and teaching method. I am watching your tutorials since yesterday, and I just so happy to learn and actually understand everything. I am looking forward to follow the playlist, and excited to learn. Thanks man, you deserve our respect and the money as well, I will be joining your membership. I will request all the people who are reading my comment to consider joining the membership to help him grow❣
@sanjaykothari2597
@sanjaykothari2597 2 жыл бұрын
What membership ?
@parththakurdesai809
@parththakurdesai809 4 жыл бұрын
Thank you soo much Krish. I am recommending your channel to all my friends. I really like your genuine teaching passion. I learn a lot from all your videos. Thanks for being a mentor.
@srajat
@srajat 5 жыл бұрын
Bro! You're helping us all a lot! Proud of you! An Indian teaching everything in depth. Thanks so so much. Keep up the good work. Looking forward to pandas tutorial too. 🤘🏻🤘🏻🤘🏻
@ShivamSingh-kn3gz
@ShivamSingh-kn3gz 4 жыл бұрын
For the subarray 4, 5, 6, 8 code is: arr[1: , 2: 4] For the subarray 3, 4, 5 code is: arr[1, 1: 4]. I started your session, sir, really your contents are truly valuable. Thanks for making this all happen. I wanna learn as best as possible about the concept of Machine Learning. Really glad that I found your channel at the time when I was in its complete need. Thank you soo much, sir
@yeshjadhav8082
@yeshjadhav8082 3 жыл бұрын
For sub array 3,4,5 it can be arr[1:2,1:4]
@54mu33le
@54mu33le Жыл бұрын
Absolutely great content being put here by this man. I wish there were more teachers like him across different domains. What a stupendous job he is doing here.
@farazahmed1668
@farazahmed1668 4 жыл бұрын
I never thought understanding the prerequisite of machine learning is that much easy and Krish sir you make it alot easier.
@ShubhamKumar-nr1ce
@ShubhamKumar-nr1ce 4 ай бұрын
hello sir what are you doing now means which domain
@farazahmed1668
@farazahmed1668 4 ай бұрын
@@ShubhamKumar-nr1ce i am learning FastAPI and the future plan is to learn react and follow panaverse GitHub repository to learn the complete ecosystem of modern python and generative ai.
@sathiyaraj5704
@sathiyaraj5704 4 жыл бұрын
I started watching this playlist today after knowing the learning path from your yesterday's video. thanks a lot
@tintintintin576
@tintintintin576 3 жыл бұрын
How far you've reached...? Just asking out of curiosity...
@sathiyaraj5704
@sathiyaraj5704 3 жыл бұрын
@@tintintintin576 At that time i was unaware of GATE exam and the brand value of doing masters in IIT. It all depends on individual's choice. We all love to work in latest technologies in top notch companies and we even learn everything out of curiosity forgetting the easiest path to reach there is to have CS foundation strong and doing m.tech in IIT.
@uditarora1215
@uditarora1215 3 жыл бұрын
Hey @SATHIYA RAJ can u help me pls in learning data science in python as I am complete fresher can u pls get in touch through telegram or discord . Also I am new to his channel I am planning to access all its content and side by side a mentor and a friend 🙏
@sathiyaraj5704
@sathiyaraj5704 3 жыл бұрын
@@uditarora1215 i am also a fresher. After gate exam on feb 13, i have started again learning data science full fledged. lets do it together.
@laksh._.official
@laksh._.official 3 жыл бұрын
Did you become a data scientist or analyst yet?🧐
@archanaashok1980
@archanaashok1980 3 жыл бұрын
Hi Krish, Python is made so simple to learn from you. Always had difficulty in understanding and remembering from other tutors. Never felt it so easy and enjoyable to learn. Thank you for your efforts.
@zahabiyarangwala1808
@zahabiyarangwala1808 3 жыл бұрын
Honestly glad to have come across your channel and it brings in humungous value to the folks trying to learn. You are truly the best. You make commendable efforts and as a part of the learning community, I hold enormous respect for your contribution in helping us. (y)
@BHANU693
@BHANU693 Жыл бұрын
Following are taught in video: -Array definition - Numpy library import - Array Shape and Reshape - Array indexing - Array Range - Array linspace - Array copy and broadcasting - some functions in Array like np.ones, np.random.rand (random distribution), np.random.randn (normal distribution), np.random.randint etc.
@bishalgupta49
@bishalgupta49 3 жыл бұрын
This is the first video of your channel that i got recommended and man i loved it . Thanks for sharing.
@xeno_plays2930
@xeno_plays2930 5 ай бұрын
For accessing 4,5,6,8 answer is arr[1: , 2:4] and for accessing 3,4,5 answer will be arr[1:2,1:4]
@lauraprado5916
@lauraprado5916 Ай бұрын
arr[1:3,2:4] = array([[4, 5], [6, 8]]) Thank you Krish! I am following your path to become a Data scientist
@ravikhandsiya1238
@ravikhandsiya1238 5 жыл бұрын
Thank you Krish Naik for teaching us by this much of patience. You have cleared so many of my doubts.
@gulabmeetyou
@gulabmeetyou 5 жыл бұрын
EAGERLY EXPECTING Scikit learn and PLOTLY tutorials. No one has taught about Plotly... If you make this it would be great....
@Anupkumar-xv3vd
@Anupkumar-xv3vd 4 жыл бұрын
print(arr[1:,2:4]) print(arr[1:2,1:4])
@sharvandas4349
@sharvandas4349 4 жыл бұрын
*Numpy *Array 1.Creating One Dimensional array. 2.Creating Two Dimensional array. 3.Shape, reshape and indexing(slicing) done in two dimensional. 4.In-built function present in numpy- arange, linspace, ones, random.(and more) 5.Concept of copy and Exploratory data analysis Please share the list built-in functions of numpy. Thanks
@balusister1991
@balusister1991 6 ай бұрын
Hi Krish, great effort. But i request you to improve the audio quality. Audio quality is not so good to follow the recording. thank you.
@hasibkazi1379
@hasibkazi1379 Жыл бұрын
this is one of the best playlist for learning python for data science, can you please tell me how can I practice without anaconda environment? As my PC does not support the environment.
@styles4330
@styles4330 7 ай бұрын
Here are the functions mentioned in the video with examples: * Creating arrays: * `np.array()`: This function is used to create arrays from various data types like lists, tuples, etc. For example, `np.array([1, 2, 3, 4, 5])` creates a one-dimensional array with elements 1, 2, 3, 4, and 5. * `np.zeros()`: This function creates an array filled with zeros. For example, `np.zeros((3, 4))` creates a two-dimensional array with 3 rows and 4 columns, all filled with zeros. * `np.ones()`: This function creates an array filled with ones. For example, `np.ones((2, 2))` creates a two-dimensional array with 2 rows and 2 columns, all filled with ones. * `np.random.rand()`: This function creates an array filled with random floats between 0 and 1. For example, `np.random.rand(2, 3)` creates a two-dimensional array with 2 rows and 3 columns, filled with random floats between 0 and 1. * `np.random.randn()`: This function creates an array filled with random samples from the standard normal distribution. For example, `np.random.randn(3, 3)` creates a two-dimensional array with 3 rows and 3 columns, filled with random samples from the standard normal distribution. * Indexing and slicing: * `[]`: This operator is used to access elements of an array. For example, `arr[0]` accesses the first element of the array `arr`. * `[:, :]`: This is used to access all elements of an array. For example, `arr[:, :]` accesses all elements of the array `arr`. * `[start:stop:step]`: This is used to slice an array. For example, `arr[1:4:2]` selects elements from index 1 to index 4 (excluding index 4) with a step of 2. * Mathematical operations: * `+`, `-`, `*`, `/`: These operators are used to perform basic arithmetic operations on arrays element-wise. For example, `arr1 + arr2` adds the corresponding elements of arrays `arr1` and `arr2`. * `x * arr`: This multiplies each element of the array `arr` by the scalar `x`. * `arr.shape`: This attribute returns the shape of the array as a tuple of integers. For example, `arr.shape` might return `(3, 4)`, indicating that the array has 3 rows and 4 columns. * Reshaping: * `np.reshape()`: This function is used to reshape an array into a new shape. For example, `np.reshape(arr, (2, 6))` reshapes the array `arr` into a two-dimensional array with 2 rows and 6 columns. * Other functions: * `np.dot()`: This function is used to perform dot product or matrix multiplication between arrays. * `np.sum()`: This function is used to calculate the sum of all elements in an array. * `np.mean()`: This function is used to calculate the mean of all elements in an array. These are just a few of the many functions available in NumPy. I hope this helps! -courtesy:GeminiAI
@farazahmed1668
@farazahmed1668 4 жыл бұрын
His explanation is clear and everything is practical.
@tahabimuhammad4524
@tahabimuhammad4524 5 жыл бұрын
Thanks for the videos. One change : Here, even if the elements are of not same data type, arrays can be created. So, they need not be of same data type. import numpy as np my_lst1=[1,2,3,'sdfs',5] my_lst2=[2,3,4,5,6] my_lst3=[9,7,'wow',8,9] arr=np.array([my_lst1,my_lst2,my_lst3]) print(arr)
@krishnaik06
@krishnaik06 5 жыл бұрын
Yes it can be created..but the array should have common datatypes elements
@shreyshah7133
@shreyshah7133 2 ай бұрын
Goat of Python bro, learned 3 months work in 3 lectures.
@pratappawar8899
@pratappawar8899 Ай бұрын
hi, how is this course?
@shreyshah7133
@shreyshah7133 Ай бұрын
@@pratappawar8899 He explains every concept in detail with examples. I also just started watching a few weeks back.
@pratappawar8899
@pratappawar8899 Ай бұрын
@@shreyshah7133 what other courses did u watch, which u recommend?
@rusteze4710
@rusteze4710 5 жыл бұрын
Excited to watch more tutorials on deployment
@kornelies
@kornelies 4 жыл бұрын
Hi..In[105] -( val=2)..in this case we take "val" to do the operations like...arr*val, arr>val,.......correct me if i am wrong..Thank you Krish for your valuable teaching
@Virus-ke8xj
@Virus-ke8xj 4 жыл бұрын
Just 3 videos into and you made it really interesting ❤️❤️🙏🙏🙏
@RajeshMaallah
@RajeshMaallah 5 жыл бұрын
How do I query if column 2 is grater than column 1 in three dimensional arry? [(2,3,4),(1,4,6)] check if 3>2 & 4>1
@RajeshMaallah
@RajeshMaallah 5 жыл бұрын
Array[:, 0
@AInamedMia
@AInamedMia 3 жыл бұрын
What is the difference between arrays with the following shapes: (x,) and (x,1) Aren't both the same, i.e. an 1D array?
@AInamedMia
@AInamedMia 3 жыл бұрын
My bad, should have searched first. Found it: stackoverflow.com/questions/38402227/numpy-why-is-there-a-difference-between-x-1-and-x-dimensionality Concise explanation for those who are interested: (x,) is a 1D array (x,1) is a 2D array (!), the length of it's second element is 1. Also, Numpy does not have vectors or matrices, only n-dimensional arrays. That helps understand this better.
@jn9281
@jn9281 Жыл бұрын
First of all thank u so much for amazing tutorials on python. I have a question. When I do this, my_lst=[1,2,3,4] arr=np.array([my_lst]) arr The output comes as array([[1,2,34]]) Is it two dimensional then?
@wajahatali4828
@wajahatali4828 Жыл бұрын
Yes you are wrapping the my_list inside another list (using [ ]) in the line np.array. So it will create a 2d array with 1 row and 4 columns.
@AnkitaHankare
@AnkitaHankare Жыл бұрын
@@wajahatali4828 But if I do like this arr=np.array(my_lst) then output is [1 2 3 4] that means this is not 2D array?
@anvayawalgaonkar4119
@anvayawalgaonkar4119 3 жыл бұрын
great explanation!!! if I cover all these concepts I will be data scientist within couple of months: Absolute best explanation..
@manavshah2119
@manavshah2119 4 жыл бұрын
Sir Thank you so much your playlist is very used full and it was very fast unsersting.
@user-pj8lk9ii6n
@user-pj8lk9ii6n Жыл бұрын
#slice operation to print only [3,4,5] in second row arr[1:2,1:4]
@arandomwho
@arandomwho 2 жыл бұрын
thank you again....i gonna finish your amazing course in a week
@aditigupta596
@aditigupta596 28 күн бұрын
Highly insightful
@kesshie07
@kesshie07 3 жыл бұрын
Hi, for assignment @14:23... 1. arr[1:,2:4] & 2. arr[1,1:4]
@Cricketpracticevideoarchive
@Cricketpracticevideoarchive 5 жыл бұрын
Hi Krish, I want to enrol in the course but I am not able to open the google form. Could you please help me out. Thanks Priyadarshi
@avinashtripathi3692
@avinashtripathi3692 3 жыл бұрын
while creating a dimensional array, why does the shape indicates (5,0) and why not (1,5)?
@sapnaSingh-gk9nq
@sapnaSingh-gk9nq 3 жыл бұрын
(r,c) where r is rows and c is columns so it'll show you first no of rows and then columns
@vysakhkailas940
@vysakhkailas940 4 жыл бұрын
wow Sir. Love all your videos. Thank you !!
@farazahmed1668
@farazahmed1668 4 жыл бұрын
I understand this chapter of numpy in 3 days there are lot to learn in 26 minutes.
@Suraj-mj2jo
@Suraj-mj2jo 3 жыл бұрын
Assignment - array[1:,2:4] array[1:2,1:4]
@prithvivasanth3114
@prithvivasanth3114 3 жыл бұрын
correct!
@SiddheshShankarBtech
@SiddheshShankarBtech 3 жыл бұрын
or the second assignement will work with this too: array[1,1:4]
@SiddheshShankarBtech
@SiddheshShankarBtech 3 жыл бұрын
or the second assignement will work with this too: array[1,1:4]
@ParvathyAjith-y7k
@ParvathyAjith-y7k Жыл бұрын
hi Krish, What's the difference between random.rand and random.random_sample ? btw, these lectures are super helpful!! Thank you so much for this
@mohitaggarwal7971
@mohitaggarwal7971 4 жыл бұрын
hello sir i am getting an error " module 'numpy' has no attribute 'arrange'". how this is to be resolved??
@gayatripraharshitaprabhala2447
@gayatripraharshitaprabhala2447 4 жыл бұрын
should be arange()
@deepaksarvepalli2344
@deepaksarvepalli2344 3 жыл бұрын
Remove one r...... arange
@manateluguabbaiinuk-mahanu761
@manateluguabbaiinuk-mahanu761 2 жыл бұрын
arr[1:2, 1:4] output: array([[3, 4, 5]])
@striders5473
@striders5473 5 жыл бұрын
I have a request to make : if you could provide a mind map of the things that we are learning in numpy, pandas, matplotlib and other python libraries that we are going to learn that would be really helpful.....getting to know all the things that we have to learn will be better for better understanding and remembering also. looking forward to your reply.
@sanjaykothari2597
@sanjaykothari2597 2 жыл бұрын
Have u made one ?
@omprakashacharya3810
@omprakashacharya3810 Жыл бұрын
print(arr[1:,3:]) print("-----Asssiment Tasks 1----") print(arr[1:,2:4]) print("-----Asssiment Tasks 2----") print(arr[1,1:4])
@poojakukreti8618
@poojakukreti8618 4 жыл бұрын
array of 45 68 ----- arr[1:,2:4] array of 345 ----- arr[1,1:4]
@banimohammad8276
@banimohammad8276 4 жыл бұрын
your explanation is very good
@ramakant1963
@ramakant1963 3 жыл бұрын
solution for the excercise - arr[1:,2:4]
@sandeeppal1083
@sandeeppal1083 2 жыл бұрын
Hi Krish, if the first list has 3 elements, 2nd has 4 elements and 3rd has 5 elements then still NumPy can create a multidimensional array?
@sandipansarkar9211
@sandipansarkar9211 4 жыл бұрын
Very nice explanation .Thanks
@sapnaSingh-gk9nq
@sapnaSingh-gk9nq 3 жыл бұрын
Answer to print 1.) 3,4,5 @14:20 arr1[1:2,1:4 ] 2.) 4,5 and 6,8 arr1[1: , 2:4]
@namanrungta144
@namanrungta144 3 жыл бұрын
for indexing... arr[1:,2:4] arr[1:2,1:4]
@learn_with_rudraa
@learn_with_rudraa 2 жыл бұрын
time: 14:30 assigment asn: array[1:,2:4]
@_itz_pk
@_itz_pk 3 жыл бұрын
New threads comes in :5: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray. arr=np.array([lst1,lst2,lst3]) this want work anymore
@Arceus948
@Arceus948 Жыл бұрын
Sir i have exam tomorrow, r these numpy functions sufficient for my exam???
@tanmaydigraskar7156
@tanmaydigraskar7156 2 жыл бұрын
Hii Krish I am confused in .copy() concept
@manateluguabbaiinuk-mahanu761
@manateluguabbaiinuk-mahanu761 2 жыл бұрын
arr[1:3, 2:4] array([[4, 5], [6, 8]])
@asprihashrivastava7548
@asprihashrivastava7548 3 жыл бұрын
I have a confusion.. when we execute copy() function and print arr and arr1 then why is the space difference between the two array?
@Arun-rm5bb
@Arun-rm5bb 3 ай бұрын
i havent studied statistics can i complete python playlist then move to statistics or have to compalsary study statistics first ?
@artifiedai8898
@artifiedai8898 4 жыл бұрын
Hello, How can We select 1st and 3rd row and 2nd and 4th column. Is it possible using numpy?
@bhushanmali7635
@bhushanmali7635 2 жыл бұрын
18.07 when we print "arr" the output array is comma seperated but when we print "arr1" output is space seperated.. why? when we use linspace the array is of shape 10 rows and 5 columns .. why? and why not 25 rows and 2 column or other?
@pavanvg5141
@pavanvg5141 5 жыл бұрын
Sir can you please do project on mechanical engineering domain??
@saiphani3999
@saiphani3999 6 ай бұрын
arr = [1, 2, 3, 4, 5, 6, 7, 8, 9] arr1 = arr.copy() arr1[3:] = 67 print(arr1) for this code i'm getting errory , i replaced it with [67] the out put is only [1,2,3,67] how can i get all the remaining values as 67
@swatikashyap717
@swatikashyap717 5 жыл бұрын
Hello sir. Can you please create a video where you can guide us through the index and order on how to watch your videos ? I am facing a lot of problems in this regard. Thanks!👍
@mominmaqbul6538
@mominmaqbul6538 3 жыл бұрын
hi mam
@harish00784
@harish00784 3 жыл бұрын
arr1[1:,2:4] for [4,5,6,8] and arr1[1:2,1:4] for [3,4,5]
@amitsaxena6530
@amitsaxena6530 5 жыл бұрын
Are you also preparing for UPSC at the same time? :)
@badrinathansathiyamurthy8390
@badrinathansathiyamurthy8390 5 жыл бұрын
Why this Question Bhai..
@amitsaxena6530
@amitsaxena6530 5 жыл бұрын
@@badrinathansathiyamurthy8390 haha..you should observe the screen while watching his videos Bhai...:)
@rishabhgupta9846
@rishabhgupta9846 5 жыл бұрын
Is there any WhatsApp group or website or something similar where we can ask doubt regarding Machine Learning? Please tell me
@venkataduri5790
@venkataduri5790 5 жыл бұрын
I am not able select multiple cells using shift+Down arrow or shift+J. Help will be appreciated.
@venkateswarareddypusapati4310
@venkateswarareddypusapati4310 5 жыл бұрын
Hi,please make a video on pandas,scipy. Thanks
@simplyanup9658
@simplyanup9658 Жыл бұрын
But when I was trying to insert different data type into an array , it is accepting
@NKATRUKUSUMANADH
@NKATRUKUSUMANADH 3 жыл бұрын
hello,sir,,is this concept of numpy enough to go through machine learning
@shubhamchaudhary7322
@shubhamchaudhary7322 3 жыл бұрын
done...heading to video number 8 :)
@yogoai136
@yogoai136 5 жыл бұрын
Krish if [0:2,:] means it needs to retrieve all three rows right? But in this tutorial we are getting only first two rows as output . how? shall you kindly explain?
@saurabhyadav-nu3mj
@saurabhyadav-nu3mj 5 жыл бұрын
it means start from the 0th row until 2nd row i.e do not include 2nd row
@sonasingh131
@sonasingh131 3 жыл бұрын
audio quality is bad sir, could you please fix it for upcoming videos, thank you!
@gulabmeetyou
@gulabmeetyou 5 жыл бұрын
1. arr[1:, 2:4] 2. arr[1, 1:4] Is this answer right for your question?
@krishnaik06
@krishnaik06 5 жыл бұрын
Yup
@SudheerKumar-tp8rz
@SudheerKumar-tp8rz 5 жыл бұрын
1.arr[1:,2:4] 2. arr[1:2,1:4] Is second one is correct or not?
@ravikhandsiya1238
@ravikhandsiya1238 5 жыл бұрын
@@SudheerKumar-tp8rz I think second one would not be considered as correct of Gul's answer, because the answer should be in 2 dim.
@SB-fs4vi
@SB-fs4vi 4 жыл бұрын
Thanks Krish for these videos👏.I am a beginner in python and from bio science background.I am using pycharm for coding and found differences in syntaxes in pycharm than jupiter notebook.Why it is like that?kindly reply.
@MrShree370
@MrShree370 4 жыл бұрын
the diffrences will always be there, Just get your basics clear about the syntax and how the data should be approached. you can use either of them depending upon your requirements.
@SB-fs4vi
@SB-fs4vi 4 жыл бұрын
@@MrShree370 Many thanks for the advice🙏
@journeyofengineerjoe7386
@journeyofengineerjoe7386 2 жыл бұрын
14:25 [1:,2:4] [1:,1:4]
@venkatratnamratnam2716
@venkatratnamratnam2716 4 жыл бұрын
Bro I find your tutorials are so good and useful. I have a question where to start...?. There are lot of video playlists like stats,Ml,python...Please suggest me to learn data science as a beginner ,first i have to go through stats or Machine learning...please suggest bro,
@krishnaik06
@krishnaik06 4 жыл бұрын
Start with my complete ML playlist
@venkatratnamratnam2716
@venkatratnamratnam2716 4 жыл бұрын
@@krishnaik06 I started with this bro but here in this video u said to watch Stats ,so i am a bit confused..whats first stats or ML
@parikshitrajpara5706
@parikshitrajpara5706 4 жыл бұрын
did you find how to start DS?
@snehithoddula7905
@snehithoddula7905 4 жыл бұрын
@@krishnaik06 import sympy as sp import numpy as np l1=[2,3,5,7] a=np.array(l1) print(type(a[1])) print(sp.isprime(i for i in a)) why doesn't this programme giving me correct output? how to check any array has prime NUMBERS using sympy methods?
@abdulmoizasif3930
@abdulmoizasif3930 2 ай бұрын
Awesome
@einstein007able
@einstein007able 5 жыл бұрын
Hey we're is the course curriculum details which I saw below one of ur videos. Also experience error in enrolling in ur course.
@krishnaik06
@krishnaik06 5 жыл бұрын
Online platform will be created. Dont worry it will be shared
@ypvaralakshmi4885
@ypvaralakshmi4885 5 жыл бұрын
Sir, I want to enroll to this course. Please let me know how I can join this..
@jimbujaddu9602
@jimbujaddu9602 4 жыл бұрын
Hey could u explain the diff between : ar[[1,2]] [[3,4]] & ar[[1,2],[1,3]]
@priya3677
@priya3677 3 жыл бұрын
sir what is the difference between range () and arange()
@aamnasuhail4468
@aamnasuhail4468 3 жыл бұрын
Done and Implemented !!
@HelloWorld40408
@HelloWorld40408 Жыл бұрын
Thank you
@ROLLNUMBERDS-MY-3067
@ROLLNUMBERDS-MY-3067 Жыл бұрын
can we copy or replace number with srting vaue
@hv3300
@hv3300 5 жыл бұрын
How can we check i Numpy is installed ? Numpy --version ?
@someonesomebody716
@someonesomebody716 5 жыл бұрын
To check list of packages installed: pip3 list
@nagendrababuavula6629
@nagendrababuavula6629 5 жыл бұрын
U can go anakonda prompt in that pip install < package name> now you can get the package make sure u r PC must be connected to internet
@hv3300
@hv3300 5 жыл бұрын
@@nagendrababuavula6629 Thanks .It worked on Dos prompt as well as on Anaconda prompt.
@prabhakaranandbikku
@prabhakaranandbikku 5 жыл бұрын
Sir how to access private video
@lokeshvenkatesan2693
@lokeshvenkatesan2693 3 жыл бұрын
I have one doubt np.arrange output not showing as 2 Dimensional brackets. Anyone?
@madhavimishra7943
@madhavimishra7943 3 жыл бұрын
sir can u plz help me..mai Pychm use kr rhe hu bt use me numpy import error show kr rha..mai google kiya kuch nhi mila information ki kaise thik kru..bs yahi bol rhe h problem aati h so plz help
@sanjeevashoka7948
@sanjeevashoka7948 4 жыл бұрын
Thanks a lot Sir ,
@malladipavankalyan2767
@malladipavankalyan2767 3 жыл бұрын
Hi all , is it easy to go directly to libraries than of inbuilt DS and functions concept , someone ans
@ArunKumar-sg6jf
@ArunKumar-sg6jf 5 жыл бұрын
Which type of mathematics is needed for ml
@shijithsasidharan8436
@shijithsasidharan8436 2 жыл бұрын
print(ar[1:,2:4]) print(ar[1:2,1:4])
@Raveendr1191
@Raveendr1191 4 жыл бұрын
mylisy=[1,2,3,4,5] arr=np.array(mylisy) arr=np.array(mylisy) -->o/p:-(5,) means 5 columns 0 rows[first column ,second rows] where as myarray1=[1,2,3,4] myarray2=[5,6,7,8] myarray3=[9,8,7,6] arr2=np.array([myarray1,myarray2,myarray3]) arr2.shape -->o/p:-(3, 4) here first rows (3) and then 4 (column) why both time o/p not same ? it should be (row, column )or (column , row )
@harish00784
@harish00784 3 жыл бұрын
arr4[3:]=500. Copy and broadcasting didn't work. TypeError: can only assign an iterable
@shalupriya8219
@shalupriya8219 8 ай бұрын
same error, did you find a way to fix it?
@ajaxaj8470
@ajaxaj8470 3 жыл бұрын
Guys, watch this playlist as well for Numpy revision kzbin.info/www/bejne/hIe3iJ2alLqjsK8
@manojkumaar8221
@manojkumaar8221 9 ай бұрын
Arr[1:, 2:4] and arr[1,1:4]
Tutorial 5- Pandas, Data Frame and Data Series Part-1
16:49
Krish Naik
Рет қаралды 224 М.
Tutorial 2 - Python List  and Boolean Variables
21:49
Krish Naik
Рет қаралды 335 М.
I Studied Data Job Trends for 24 Hours to Save Your Career! (ft Datalore)
13:07
Thu Vu data analytics
Рет қаралды 223 М.
Tutorial 1- Anaconda Installation and Python Basics
19:05
Krish Naik
Рет қаралды 481 М.
3.1. Complete Numpy Tutorial in Python | Numpy Arrays
45:52
Siddhardhan
Рет қаралды 69 М.
What does a Data Analyst actually do? (in 2024) Q&A
14:27
Tim Joo
Рет қаралды 59 М.
Tutorial 3- Python Sets, Dictionaries and Tuples
16:05
Krish Naik
Рет қаралды 223 М.
Tutorial 8- Matplotlib (Simple Visualization Library)
25:55
Krish Naik
Рет қаралды 157 М.
A Day in the Life of a Data Analyst (2023)
13:34
CareerFoundry
Рет қаралды 409 М.