Python Numpy Tutorial - 14 ... Vstack and Hstack

Опубликовано: 02 Октябрь 2024
на канале: Data Science Lovers
259
8

Full Numpy Playlist -    • Numpy For Data Science  

Get - Python Numpy Commands Notes (Rs.25) - https://rzp.io/l/numpynotes

-----------------------------------------

Vstack or Hstack is used to combine two or more arrays to form a new array.

- Vstack - Combine the arrays vertically.
- Hstack - Combine the arrays horizontally.

Syntax :
np.vstack((A,B))
np.hstack((A,B))

where, A and B are arrays (1-D / 2-D / 3-D )

------------------------------------------
Buy 'Data Analyst - Self Study Material' ( Rs.450 ) - https://rzp.io/l/dslstudymaterial
-------------------------------------------
Contact Mail Id : [email protected]
------------------------------------------
🇮🇳 DATA SCIENCE LOVERS 🧡💛💚

-------------------------------------------

You must check our projects videos :

Project 8 -    • Project - 8 | Data Analysis with Pyth...  
Project 7 -    • Project - 7 | Data Analysis with Pyth...  
Project 6 -    • Project - 6 | Data Analysis with Pyth...  
Project 5 -    • Project - 5 | Data Analysis with Pyth...  
Project 4 -    • Project - 4 | Data Analysis with Pyth...  
Project 3 -    • Project - 3 | Data Analysis with Pyth...  
Project 2 -    • Project - 2 | Data Analysis with Pyth...  
Project 1 -    • Project - 1 | Data Analysis with Pyth...  

--------------------------------------------

#python #numpy #numpytutorial