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

Поділитися
Вставка
  • Опубліковано 26 вер 2019
  • In this Python Programming video tutorial you will learn about array manipulation in detail. Here We will discuss how to split and join given array in detail.
    NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
    Here we will discuss about concatenate hstack vstack and split function in detail.
    Transpose Function:
    • Array Manipulation | t...
    #numpy #Python
    For more free tutorials on computer programming
    / amulsacademy
    / amulsacademy

КОМЕНТАРІ • 35

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

    awesone explanation sister.

  • @Anonymous-1011
    @Anonymous-1011 2 роки тому +1

    voice is equally good as explanation

  • @AJ-et3vf
    @AJ-et3vf 2 роки тому

    Awesome video! Thank you! Well done!

  • @6-b-46bsricharan2
    @6-b-46bsricharan2 3 роки тому +3

    Great explanation and a beautiful voice

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

    good knowledge

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

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

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

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

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

    Nice Explanation, really helped me

  • @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

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

    Good Going 🤗

  • @RaviSingh-dr2eh
    @RaviSingh-dr2eh 3 роки тому +1

    Very helpful video

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

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

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

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

    • @AmulsAcademy
      @AmulsAcademy  4 роки тому +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

  • @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 :)

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

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

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

    Velvet and Silky voice

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

    what is your age??