Joining or Concatenating 2-D NumPy Arrays in Python | XII I.P. Complete Course 2020

preview_player
Показать описание
This video explains how concatenate, hstack and vstack methods are used in Python to join -d arrays.
Subscribe the Channel for all Study Material related to Computer Science – B.C.A., B.Tech., M.C.A., M.Tech., B.Sc. and M.Sc. Computer Science and Class XI , XII. Placement Training and Competitive Exam Training is provided too.

Facebook Page :

All education and study material provided on this channel is Free, but if you want to Contribute towards free education for poor slum area kids in India provided by our education trust named SET Paytm your donations at 7827432587
A small amount from you can bring a big change in someone's life.

Complete Study Material for Class 12 CS

Complete Study material for BCA Entrance Exam :

Data Structures and Algorithms,College Placements,Computer Science Campus Placements,How to prepare for campus placements,How to become a programmer,Stack and Operations,How to learn programming
Рекомендации по теме
Комментарии
Автор

Very very thank you mam, I get it in 1st attempt. Keep up the good work 👍
BTW- my mother name is also Anjali 😁

eboy
Автор

0 means row wise 1 means column wise.... 😊

kingofjaat
Автор

Axis 0 is usred to concatenate array row wise while axis 1 is used to concatenate array column wise.

astha
Автор

By default its 0.
0 to concatenate row wise.
Axis 1 is to concatenate column wise

sangeethasa
Автор

i)when axis is 0 the the concatenated matrix will print vertically.By default the axis is always 0.
ii)when axis is 1 the the concatenated row is printed horizontally.
we can also use hstack to print horizontally and vstack to print vertically.

shrutigupta
Автор

in concatenate 0 means row wise and axis 1 means column wise joining

_KITISH
Автор

Axis=0 leads to vertical joining of array while axis=1 leads to horizontal joining
And also in O axis rows increase while in axis =1 columns increase 😇

jatbalwan
Автор

Mam thank u very much for upload python am very thankful to you mam😊😊

adarshkanojia
Автор

Axis=0 it stand for vertical concatination of data and Axis=1 is stad for horizontal concatination of data.

jyotidubey
Автор

Axis 0 is used to concatenate array in row wise while axis 1 is used to concatenate array in column wise.

dr.amrendrakumar
Автор

Mam slicing mai jab apne[ :2] use kiya ye smjh nahi aya

mukeshgupta-kebd
Автор

Axis O results to join vertically

And axis 1, to join horizontall, I.e. on same horizontal axis☺

AnkitKumar-gdxx
Автор

0 axis - row wise concatenate
1 axis- columns wise concatenate

vineetnayak
Автор

When Axis = 0 then it arrange the data in vertical way and when axis =1 then it arrange the data in horizontal way .

parmanandsingh
Автор

(axis =0) means row wise or vertically, which is by default and we don't need to mention this if we simply performing row wise joining.
(axis =1) means column wise or horizontally and we are supposed to mention this statement if we want outcome in column wise manner.

arshdeepgill
Автор

np.concatenate((ar1, ar2), axis=0)

When axis is 0
It means the joining of two array having same shape vertically.


When axis=1
It means joining two array horizontally.

anmolsh
Автор

Axis-0 concatenate vertically and axis-1 concatenate horizontally

harshitasrivastava
Автор

i think you should do back exercise of ch1 12 th ip new syllbi..

VineetKumar-ovig
Автор

In concatenate axis equal to zero means it will add row in vertical

_kavita_
Автор

by default its 0.
0 means row wise and 1 means column wise

divijjasuja
visit shbcf.ru