Numpy Tutorial in Hindi

Поділитися
Вставка
  • Опубліковано 26 вер 2024

КОМЕНТАРІ • 700

  • @CodeWithHarry
    @CodeWithHarry  5 років тому +614

    Like karna mat bhoolna :)
    Pandas In one video is coming soon.. Subscribe and hit the bell icon to stay tuned!

    • @safety1610
      @safety1610 5 років тому +5

      QNA

    • @rupakbarman885
      @rupakbarman885 5 років тому +3

      @@safety1610 Bro You are right.

    • @Coding_Asmr_PraDev
      @Coding_Asmr_PraDev 5 років тому +2

      QnA

    • @arpitagec9
      @arpitagec9 5 років тому +6

      I can't say how much I am grateful to you after this video. Thanks a lot, bro! 😊 Please cover other important libraries like pandas,matplotlib,scikit-learn,scipy etc.
      After this I would request you to deep dive into statistics part pls, else the knowledge gained through data science would be incomplete.
      Looking forward to your upcoming videos 👍.☺️

    • @anubhavgupta6331
      @anubhavgupta6331 4 роки тому +7

      Bhai please make complete tutorial of matplotlib including seaborn please.....

  • @anshdholakia714
    @anshdholakia714 3 роки тому +64

    44:58, I feel that the argsort(axis=0) when applied to the 2D array, shows the indices sorted with respect to the vertical directions and the axis=1 shows induced sorted wrt the horizontal direction :)

    • @NitinKumar-wm2dg
      @NitinKumar-wm2dg Рік тому +1

      sahi hai, vo harry bhaiya kabhi kabhi galti se bol dete hai shayad. Mai bhi output dekh kar hi samjha

    • @sathvikreddy9106
      @sathvikreddy9106 Місяць тому

      nahi vo sah =i bol rha hai, phir se check karo, axis =0 along the rows and across the columns

  • @nnnBigOne
    @nnnBigOne 11 місяців тому +54

    07:03 Numpy gives efficient storage and ready-made functions for data analysis.
    14:06 Using Jupyter Notebook and Numpy
    21:09 Learned about creating numpy arrays using python objects
    28:12 Creating numpy arrays from Python structures and using intrinsic numpy array creation objects
    35:15 Numpy array creation methods and reshaping
    42:18 Understanding numpy arrays and axis
    49:21 Using arg sort and axis to sort 2D arrays
    56:18 NumPy arrays take less space compared to Python arrays.

    • @RajNamdev_19
      @RajNamdev_19 8 місяців тому

      Thanks, bro this is what I was looking for.

  • @AniketKumar-bm8gi
    @AniketKumar-bm8gi 5 років тому +216

    Please make video on tensorflow, keras, matplotlib, pandas, scipy modules.

    • @sumitrawat6493
      @sumitrawat6493 3 роки тому +9

      bro jupiter ki jagah vs code use kar sakte hai

    • @AniketKumar-bm8gi
      @AniketKumar-bm8gi 3 роки тому +2

      @@sumitrawat6493 Haa bhai kar sakte hain 👍

    • @amanshukla270
      @amanshukla270 2 роки тому +5

      What is the difference between methods and attributes?

    • @neutron417
      @neutron417 Рік тому +1

      Also SymPy

    • @sinbad2597
      @sinbad2597 Рік тому

      @@amanshukla270 methods are functions and attributes are variables (in classes ) . You can think like that

  • @sakshamkumar4036
    @sakshamkumar4036 3 роки тому +37

    44:42 --> 'argsort()' may be used to find the index of all the elements of a sorted array of any dimension. for a 2d array, we have to specify the axis whose elements we want to sort

    • @suryansh12
      @suryansh12 2 місяці тому

      no it's not necessary to specify axis for a 2d array when using argsoft()

  • @payelpal8775
    @payelpal8775 Рік тому +6

    44:56
    Function: myar.argsort(axis = 1)
    Display: array
    ([[0, 1, 2],
    [0, 1, 2],
    [2, 1, 0]], dtype=int64)
    Functionality: it will display the indexes of the values from the original array and sort the values

  • @nandankumar3496
    @nandankumar3496 3 роки тому +6

    45:13 arg.sort() it works by default rows wise and if we give it axis =0 . then it work vertically every column and if we give axis = 0 then it work horizantally

  • @techmatrix2103
    @techmatrix2103 5 років тому +176

    Please make a series on chatbot with AI and Deep learning

  • @rajadityasureshbhai1892
    @rajadityasureshbhai1892 3 роки тому +7

    44:54
    We want an argsort of axis 1, so as we all know that axis one goes from left to right hence when the first whole column will be an axis of when axis 1 is concerned, hence if we try to sort it we will come to know that all the elements are already sorted, so it will yield and answer as [0,1,2].

  • @mitalisingh7239
    @mitalisingh7239 3 роки тому +17

    Argsort arranges the indices of elements in increasing order of element value. Depending on the axis, it works like...for axis 0 it sorts every column individually and for axis 1 it sorts the rows individually.

  • @zahoorahmedsayyad
    @zahoorahmedsayyad 3 роки тому +5

    44:30
    As you have given (axis=1) as argument for argsort it will sort elements with respect to in horizontal axis.

  • @bhattrahul301
    @bhattrahul301 2 роки тому +5

    I was not knowing that its so easy to handle NumPy and pandas...Kudos to COde Master Mr.Harry.....I know that you but still I wanna tell, you are providing occupation to a family.....which is so kind....HATTSSS OFFF to this master....We all love you....😍
    Do we have notes of pandas and numpy?

  • @TGajanan
    @TGajanan Рік тому +10

    Hey, thank you, Harry, I am started following your videos from the last 3-4 months What a content you created for free of cost you deserve a big Applause 👏 👏

  • @RaviPal-mo3nc
    @RaviPal-mo3nc 3 роки тому +15

    44:58 in axis = 0 it tells us where the required elements are w.r.t vertical axis for them to be sorted in ascending order vertically
    In axis = 1 it is considered horizontally

  • @mohitthakur738
    @mohitthakur738 3 роки тому +15

    Brother you're great. You're helping many who can't learn these concept easily. I watched your both videos on numpy and pandas, again thanks a ton. Harry 😊

  • @heirofsam
    @heirofsam Рік тому +43

    There are 6 general mechanisms for creating arrays:
    -Conversion from other Python structures (i.e. lists and tuples)
    -Intrinsic NumPy array creation functions (e.g. arange, ones, zeros, etc.)
    -Replicating, joining, or mutating existing arrays
    -Reading arrays from disk, either from standard or custom formats
    -Creating arrays from raw bytes through the use of strings or buffers
    -Use of special library functions (e.g., random)

  • @rohitprasad1397
    @rohitprasad1397 5 років тому +12

    Extremely good work. Cut to cut & point to point tutorial. We liked it. Please make some videos on Panada and Scipy. Keep it up :-)

    • @CodeWithHarry
      @CodeWithHarry  5 років тому +17

      Pandas is already uploaded and scipy is coming soon. Thanks for your love and support!

    • @ruchiagarwal4943
      @ruchiagarwal4943 4 роки тому +5

      right

    • @anubhavsahu5781
      @anubhavsahu5781 9 місяців тому

      ​@@ruchiagarwal4943hi

  • @ashisdhir65
    @ashisdhir65 Рік тому +4

    For 48:48 in np.where(ar>5)
    (array ([1,2]), array([2,0])
    As I understood you mean there are 2 tuples (1,2) and (2,0) which shows the index of items greater that 5.
    But I think this two tuples are not for 2 index of 2 elements rather it is index of X and Y axis of all the elements greater than 5.
    Pls correct me if I am wrong.

    • @deepakgoyal1643
      @deepakgoyal1643 Рік тому

      you are right bro . i was very confused but your comment gave me relief . thanks a lot

  • @irfanmohammad2132
    @irfanmohammad2132 Рік тому +1

    ar.argsort(axis=1) gives the given 2D array in ascending order for all rows. [ [1,2,3] , [4,5,6] , [0,1,7] ]

  • @manasohara9859
    @manasohara9859 Рік тому +4

    For 44:50 , ar.argsort(axis=1) will give us the indices by which we can sort our numpy 2d array elements column-wise

  • @pradhyumjaiswal1169
    @pradhyumjaiswal1169 2 роки тому +3

    ar.argsort(axis=0)
    This will give us the index to sort the array column-wise, vertically.

  • @rohanchaudhari6297
    @rohanchaudhari6297 2 роки тому +2

    ar.argsort(axis=1)
    # for axis =1 it will sort the array by the column
    ar.argsort(axis=0)
    # for axis = 0 it will give the index of the maximum element in each row

  • @kamranhossain9849
    @kamranhossain9849 4 роки тому +2

    Argsort(axis=0)..this provide the sorted position of the value of axis 0...like if axis 0 has some numbers like 4,2,7..then argsort will provide the following position 1,0,2..

  • @ashirali3485
    @ashirali3485 Рік тому +1

    44:42 -> what argsort() does is it returns the indices of the array's elements in the ascending order depending upon the axis that has been assigned to it.

  • @pratikkawalgikar4839
    @pratikkawalgikar4839 4 роки тому +19

    Hi Harry,
    Your videos are too good and easy to understand.
    Thanks for uploading the videos.
    I have one query. How can we download/extract the output data from Jupyter Notebook?

  • @ashushrivastav9918
    @ashushrivastav9918 3 роки тому +5

    Such a great Explanation of Numpy, I have understood alots of things through this video.
    So thanks alot♥️.

  • @eternalxyz123
    @eternalxyz123 2 роки тому +3

    "hum ko sirf numpy hi nahi padhna hai , besically hum ko data science karna hai " ------love this line

  • @hsaaseries5976
    @hsaaseries5976 Рік тому +1

    argsort(); Basically Sort the array according to indexes ... if you put (axis=0) then it will give you that indexes which are sort for top to bottom and if you put (axis=1) then it will give you that indexes which are sort for right to left respectively.

  • @factsyard1087
    @factsyard1087 5 років тому +26

    Sir please Do QNA 🙏🙏🙏

  • @rohanjaiswal64
    @rohanjaiswal64 3 роки тому +59

    GREAT WORK

  • @sanyasharrma
    @sanyasharrma Рік тому +1

    @44:58 about ar.argsort(axis=0)
    we know that argsort method sorts the elements in a way that we can make out which element is lower or greater in the manner of 0 1 2 indexes, so when we execute it for every 0 axis we will be getting columns sorted out, so eventually the output will be
    ([[0, 2, 2],
    [1, 0, 0],
    [2, 1, 1]]

    • @sarthakbanerjee7446
      @sarthakbanerjee7446 8 місяців тому

      array([[1, 2, 3],
      [4, 5, 6],
      [7, 1, 0]])
      argsort(axis=0) shouldn't be like array([[0, 1, 1],
      [1, 2, 2],
      [2, 0, 0]])
      because for the 2nd and 3 rd column the largest number are present at index 1 [2, 3],
      [5, 6],
      [ 1, 0]

  • @zuberkhan3050
    @zuberkhan3050 2 роки тому +1

    ar.argsort(axis = 1)
    array ([0,1,2]
    [0,1,2]
    [2,1,0])
    2 = 3
    2 = 6
    0 = 7
    it represents ascending value in every row (horizontally)...

  • @abhishekroka6721
    @abhishekroka6721 4 роки тому +3

    .argsort() function gives the order in which a given array must be arranged for ascending order, it returns the index number of elements present in an array.

    • @sumitrawat6493
      @sumitrawat6493 3 роки тому

      bro jupiter ki jagah vs code use kar sakte hai

  • @monalisabanra2733
    @monalisabanra2733 2 роки тому +1

    ar.argsort(axis=1) it is showing the indices of the horizontal elements (row elements) according to which if we would have arranged the elements we would have got a sorted array.

  • @SaritaSingh-rb4sq
    @SaritaSingh-rb4sq 3 місяці тому

    Argsort is used to arrange elements from ascending to descending order in 2D array and when axis = 0 , it is according to vertical direction and when axis = 1,it is according to horizontal direction.

  • @NishantKumar-jq9nz
    @NishantKumar-jq9nz Рік тому +2

    Thankyou so much Harry Bhaiya, ye video mere liye kaffi helpful thi😍😍😍😍

  • @arnabmondal81
    @arnabmondal81 2 роки тому +1

    argsort simply arrange the element indices in ascending order.
    like argsort(axis =0) means it will simply arrange element indices in ascending order column wise.
    argsort(axis = 1) works as row wise.

  • @anish5733
    @anish5733 2 місяці тому +1

    The argsort(axis=0) works on columns if we look at the column no1 then the smallest is at index 0, the middlest as at index 1 and the largest is at index 2 so it become 0,1,2 and in column 2 : the smallest is at index 2, the middlest is at index 0 and the largest is at index 1 so it become 2,0,1..so like this we have to write the index of the smallest number to largest in a column (from smallest to largest )

  • @swapnilborde21
    @swapnilborde21 2 роки тому +2

    im getting after watching sort() is that argsort() is used for to arange element in ascending order with the help of index no.if we take axis=0 then we have to arrange in vertically as well if we take axis= 1 then its going horizontally ....

  • @akashaggarwal6397
    @akashaggarwal6397 2 роки тому

    ar.argsort(axis=1) will return a matrix of same order with sorter indices on axis one. This will tell us the indices of min to max element of the row
    for example;
    [
    [4,5,6],
    [8,22,1],
    [100,23,1]
    ]
    will result in
    [[0,1,2],
    [1,2,0],
    [2,1,0]]

  • @ozge-yagizfan
    @ozge-yagizfan Рік тому +2

    I am here now after 100 days of python course and now i move further to machine learning

  • @gamingwithrksaver4868
    @gamingwithrksaver4868 4 роки тому +1

    argsort is symply giving indexes of a sorted array.
    arr.argsort(axis=0) gives inces of sorted array for each row.

  • @bishalpoudel3586
    @bishalpoudel3586 2 роки тому +1

    44: 56 argsort -> return the index of element that should be for having the items in ascending order.
    suppose argsort(axis=1) , now it will see the index of items in the axis 1 i.e row ( because axis 0 is column and axis 1 is column ) so that we will get the elements of row in ascending order

  • @vedantsgoodlife7302
    @vedantsgoodlife7302 5 років тому +6

    Wow, numpy in 50 mins! Will look forward for pandas video.

  • @IamImranMalik
    @IamImranMalik Рік тому +1

    argsort(axis=0)
    It tells the indexes of 2D array in sorted order for vertical matrices. But argsort(axis=1) tells the sorted indexes of arrays in horizontal matrices of an array.

  • @RAHULZAVERI9
    @RAHULZAVERI9 5 місяців тому +1

    ar.argsort(axis=1) - gives the element position to sort the array for column, horizontally in asc
    ar.argsort(axis=0) - gives the element position to sort the array for rows, vertically in asc
    I know its confusing since axis=0 is row and axis=1 is column

  • @piyushupadhyay8361
    @piyushupadhyay8361 2 роки тому +1

    at 45:30 in axis = 0 it gives matrix of indicies to sort the given matrix wrt to rows..... and vice versa for axis = 1

  • @pranitajadhav9741
    @pranitajadhav9741 3 роки тому +4

    Your tutorials are just awesome it really helps us a lot

  • @saurabhagarwal686
    @saurabhagarwal686 2 роки тому

    here axis =0 means move along the columns and now elements gets sorted according to indexes along columns and corresponding to maximum value in column 1 index will come firsst.

  • @kavyaHPatwardhan
    @kavyaHPatwardhan Рік тому +1

    Hi, your vedio's are leaner friendly, but if you could prounce numerical numbers in English,then its more convenient for Non-hindi students,great going!

  • @bhaiyajimaharaj4813
    @bhaiyajimaharaj4813 5 років тому

    thank you harry bhai mene aapke python ke pure 123 video dheke and numpy bhi appne bahut achi and simple tareke se sikayeye hai. your way of teaching, so laveable :)

  • @VS_Solanki
    @VS_Solanki Рік тому +1

    Thank you गुरु जी❤

  • @sheikirfan2652
    @sheikirfan2652 Рік тому +1

    Such a great introduction tutorial on numpy. Got a clarity finally. Keep up the hardwork harry❤

  • @karanrawat5037
    @karanrawat5037 2 роки тому

    argsort() will give the indices in which we should place our numbers of array to make it in ascending order in respective axis.

  • @rachnajha1233
    @rachnajha1233 Рік тому +2

    Easy to understand for IT Or Non- IT people's. 😊

  • @MrKB_SSJ2
    @MrKB_SSJ2 2 роки тому +2

    Thank you very much for this course!!!

  • @muhammadsameer9161
    @muhammadsameer9161 4 роки тому +3

    its very helpful for me for my NumPy Quiz test
    thanks bro

  • @codeblooded9878
    @codeblooded9878 4 роки тому

    dear sir, this is only one video I proper clear numpy thanks sir for your videos and you are the best teacher on youtube.

  • @tooncartoon3427
    @tooncartoon3427 3 роки тому +1

    ar.argsort(axis=0) ....here axis=0 represents the row in a matrix ( array in matrix form) so....ar.argsort(axis=0) will show the INDEX having the max value in a particular row .

  • @anilsangani8862
    @anilsangani8862 4 роки тому +1

    Kya baat hein , Your basics are so clear . I always will refer to your videos in future for Python

  • @wisher18
    @wisher18 2 роки тому +1

    thank u so much harry bhai...
    it means a lot...

  • @ruhiscorner7318
    @ruhiscorner7318 Рік тому +2

    Hi Harry, could you please also upload a fully detailed Power BI tutorial? That would be a knockout for sure, thanks in advance!

  • @salimshakeel8961
    @salimshakeel8961 6 місяців тому

    [axis=1] , Its give the index of horizontally row of matrix on which it will sort

  • @iampbhatta
    @iampbhatta 10 місяців тому

    This is the best 56 minutes ever invested. Great vid awesome tutorial. 56:01

  • @krishnabhadhouria
    @krishnabhadhouria 6 місяців тому

    you have cleared all my doubts regarding numpy. thankyou!

  • @shaikusman536
    @shaikusman536 Рік тому

    You are just Amazing Harry........Thanks aton for teaching Numpy in simplest way possible......Learned a lot on Numpy.......Thanks bro

  • @siddhubhai2508
    @siddhubhai2508 2 місяці тому +1

    Proud to be an Indian!!!

  • @SagarKumar-wp7ld
    @SagarKumar-wp7ld 9 днів тому

    28:30
    Running np.empty(dimension) after np.zeros(dimension) gives an uninitialized array with 0.0 values, I am not sure if everyone facing the same.

  • @TechQuiz26Xpert
    @TechQuiz26Xpert Рік тому

    argsort(axis = 0) which find the lowest number in the array w.r.t rows and give the index then second lowest number and its index and so on... if we have three numbers ( 1, 4, 6) it finds index of 1 then index for 4 and then index for 6)

  • @kaushalsahu7243
    @kaushalsahu7243 3 роки тому +1

    wha bhaia maza aa gaya numpy sekh ke apke sath....

  • @sanyamsingh4907
    @sanyamsingh4907 5 років тому +1

    All the jobs that are linked to data use python quite vast so working and practicing every attribute of this language helpful and beneficial for all the novice students for instance we know how to manipulate basic data set with some python commands but we don't know all the working stages of data scientist or data analyst in the real-time industry and how a project is to be done and what possible outcomes does the industry make after when a data scientist completed their job on a given data set and what makes them worth to earn thousands of money believe me this gonna work like a big motivation for the students.all in all let me give an example take basic data set like UCI-iris and do all the necessary work on it up to maximum extent and what possible results come out from this .especially for what we looking in it and why and how to make final report of any particular data set after completing it and what decision could be made further for the companies point of view.

    • @arpitagec9
      @arpitagec9 5 років тому

      Makes sense!👌 This would lead us in knowing how a dataset makes real sense based on which decisions/predictions can be made. Bro, hope you will look into this pls.

  • @darkfantasy9239
    @darkfantasy9239 Місяць тому

    in argsort(axis=0) it arange the axis=0 element with their indices and represent it incresing order

  • @puneetsharmavlogs4787
    @puneetsharmavlogs4787 2 роки тому +1

    Thank you harry bro, for such a explanatory tutorial, please publish more content on Data science for self learning

  • @Userk2406
    @Userk2406 Рік тому +3

    14:35 numpy start here..
    32:10 numpy axis

  • @ritikkohad5045
    @ritikkohad5045 Рік тому

    Great video. For ppl who know how to install jupyter and basics of it can skip the video to 15:00

  • @crickethighlights4416
    @crickethighlights4416 5 років тому +14

    QNA karo naa bro

  • @SatyamRocker
    @SatyamRocker 4 місяці тому

    Your teaching style is too good thus all beginner type stude prefer you ❤
    Love from Satyam Rocker

  • @bhudeeppal7269
    @bhudeeppal7269 3 роки тому

    45:00
    ar.argsort(). By default ( axis=1 ) ke liye sorting index deta hai

  • @latasuthar7904
    @latasuthar7904 2 місяці тому +1

    Please tell me for data science this much numpy is enough?

  • @pujayantkumar9419
    @pujayantkumar9419 3 роки тому +2

    ar.argsort(axis=1) is use to sort the elements row wise which is axis1 So, ar.argsort is sort the elements row wise 1st row then 2nd row and then 3rd row!

  • @RizwanAli-dv7md
    @RizwanAli-dv7md 3 роки тому

    Harry Bhai thanks alot. Ur videos helped me alot, Dil se sukriya❤️

  • @moko6917
    @moko6917 2 роки тому

    44:51 argsort orders numbers in ascending order for axis 1 which is rows

  • @aalamgeerrana4539
    @aalamgeerrana4539 5 років тому +1

    When you did sum(axis=0) it is adding the value vertically, but in graphic design you said that axis 0 is for rows and axis 1 for columns. Little confusion.

    • @monarchparmar3593
      @monarchparmar3593 5 років тому

      axis 0 spans rows. So if you sum axis=0, it will sum all elements from row 0 to last row in every column

  • @namanmamodia5731
    @namanmamodia5731 4 роки тому

    Sir Thankyou very much your videos
    helps so much to learn python.Numpy library aache se understand
    ho gayi he.

  • @kaushalsahu7243
    @kaushalsahu7243 3 роки тому

    argsort() basically sorts each and every line on the array and displays the sorted index

  • @TheTraderRam
    @TheTraderRam 4 роки тому +1

    Bhai Thank You Thank You
    .
    Please make a series on chatbot with AI and Deep learning.............

  • @msraji1
    @msraji1 Рік тому +1

    thank u so much for teaching in a layman language

  • @arunsy9120
    @arunsy9120 11 місяців тому

    Thank you tumba help aytu Anna

  • @shubhamaggarwal8957
    @shubhamaggarwal8957 5 років тому +1

    In data analysis sometimes ram ka issues aata hai toh ek video buffering par bi bana do coz UA-cam par koi accha tutorial nai hai uspe practical usage ke saath

  • @ujjwal2473
    @ujjwal2473 2 роки тому +35

    Wow, I can't believe I understood numpy so easily in 1 day. Your teaching style is so amazing, Harry sir. Hats off to you. Going to learn pandas next.
    Keep up the good work you're doing, you don't know how many students you actually help everyday.

    • @hum4424
      @hum4424 2 роки тому +1

      dont forget to practice

    • @lakshsinghania
      @lakshsinghania Рік тому

      @@hum4424 from where to do ? do u have resources ?if yes pls do share it here

  • @lajwantisharma5431
    @lajwantisharma5431 5 років тому +2

    Thank Harry you have done very excellent work. I was waiting for this type of video. keep going

    • @sumitrawat6493
      @sumitrawat6493 3 роки тому

      bro jupiter ki jagah vs code use kar sakte hai

    • @divyayadav6748
      @divyayadav6748 3 роки тому +1

      @@sumitrawat6493 of course bro

  • @Helly04
    @Helly04 Рік тому +1

    #9th July 2023
    Thank you Harry Bhai
    I have completed ❤🎉

  • @ArmaanHussainYT
    @ArmaanHussainYT Рік тому +1

    Harry Bhai Source code ya notes mil jaate to aur bhi jyada mza aa jaata

  • @allrounder9620
    @allrounder9620 3 роки тому

    aapke sabhi vdeos full of content h.all video are liberary of knowledge.

  • @tarunbhatia8652
    @tarunbhatia8652 4 роки тому +1

    Very well explained Harry bhai. You never disappoint us.

  • @akjelane8781
    @akjelane8781 4 роки тому +1

    thank you harry vai

  • @wahabsonu7849
    @wahabsonu7849 Рік тому

    Arg is basically connected to index by argsort we can known the right index which have the best value according to sorting

  • @TheNadeem11aziz
    @TheNadeem11aziz Рік тому +1

    You are the badshah of coding... resemblance to The rapper

  • @prashantf43
    @prashantf43 2 роки тому

    Thank you yar harry bhai aap bahut achchha padhate ho❤️

  • @ShobhitJrPal
    @ShobhitJrPal 5 років тому +1

    U r phenomenol bhaia thank you so much for doing such a hard work for us. Hit the like if like the video yaha nhi kroge to chalega pr upr jarur like👍 krna