Array Manipulation | Splitting and Joining Arrays | NumPy Tutorials | Python Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 34

  • @6-b-46bsricharan2
    @6-b-46bsricharan2 3 ปีที่แล้ว +3

    Great explanation and a beautiful voice

  • @Anonymous-1011
    @Anonymous-1011 3 ปีที่แล้ว +1

    voice is equally good as explanation

  • @siddhu2605
    @siddhu2605 3 ปีที่แล้ว +1

    Nice explanation on array concatenation and the correlation between the hstack and vstack with concatenate

  • @AJ-et3vf
    @AJ-et3vf 2 ปีที่แล้ว

    Awesome video! Thank you! Well done!

  • @arijitghosh5
    @arijitghosh5 4 ปีที่แล้ว +1

    Nice Explanation, really helped me

  • @santoshwali3114
    @santoshwali3114 2 ปีที่แล้ว

    good knowledge

  • @pro_planting
    @pro_planting 3 ปีที่แล้ว

    You have explained amezingly... thank you so much ⭐✨💖

  • @RaviSingh-dr2eh
    @RaviSingh-dr2eh 3 ปีที่แล้ว +1

    Very helpful video

  • @praveenagrawal3035
    @praveenagrawal3035 4 ปีที่แล้ว +2

    well explained Madam...... Thanks :)!!

  • @hindiisonlyalanguagenotkno913
    @hindiisonlyalanguagenotkno913 2 ปีที่แล้ว

    It is worth mentioning something here. The NumPy version you have installed shows the wrong error message @ 7:17. It should be "ValueError: all the input array dimensions except for the concatenation axis must match exactly". The word EXCEPT is missing. It shows the right message in Numpy version 1.15.2 .

  • @0SIGMA
    @0SIGMA 3 ปีที่แล้ว +1

    insted of all the fucntions why cant we focus onyl on one function prefered concat

  • @roshanpais
    @roshanpais 2 ปีที่แล้ว

    After splitting an array, is there a way to name the split arrays?

  • @holebasupanishetti3762
    @holebasupanishetti3762 5 ปีที่แล้ว +1

    Good Going 🤗

  • @deepaksinha8010
    @deepaksinha8010 3 ปีที่แล้ว +1

    import numpy as np
    from numpy import random
    x=np.array([[1,2,3],[4,5,5]])
    y=np.array([[1,2,3],[4,5,5]])
    print(np.concatenate((x,y),axis=1))
    print(np.concatenate((x,y),axis=0))
    print(np.sum(x,axis=0))
    print(np.sum(x,axis=1))
    question is in sum function 0 gives (5,7,8) and 1 gives (6,14) 0 gives column and 1 gives row calculation as per numpy rules 1 refer to column and 0 refer to row kindly clear this

    • @AmulsAcademy
      @AmulsAcademy  3 ปีที่แล้ว

      Axis 0 add row values first in row 0 we have 1 and in row 1 we have 4 so it will give 5.....it works like that :)

  • @yanamadalaharishkumar5041
    @yanamadalaharishkumar5041 5 ปีที่แล้ว +1

    we already concatenated 2 d and 1d array @ 6:24 , then why its getting error at 9:36

    • @AmulsAcademy
      @AmulsAcademy  5 ปีที่แล้ว +1

      We can concatenate a and b along the axis 0 [@6:24] but we cant concatenate a and b along the axis 1 [@9:36].

  • @soumenkoley5476
    @soumenkoley5476 3 ปีที่แล้ว +1

    Love u

  • @The_Mankita
    @The_Mankita 4 ปีที่แล้ว

    Why don’t we can concatenate using from numpy import *

  • @Flowereacer89
    @Flowereacer89 3 ปีที่แล้ว +1

    Velvet and Silky voice

  • @suneel8480
    @suneel8480 4 ปีที่แล้ว

    what is your age??