RUVIDEO
Поделитесь видео 🙏

excel functions for compiling data - vstack & hstack!

📁 Обучение 👁️ 19 📅 02.12.2023

The functions `hstack` and `vstack` are commonly used in programming, especially in the context of arrays or matrices, to horizontally or vertically stack arrays or matrices, respectively.

1. hstack:
- `hstack` stands for "horizontal stack."
- It is used to concatenate arrays or matrices along the horizontal axis.
- When you use `hstack`, the arrays or matrices should have the same number of rows, as you are stacking them horizontally.
- For example, if you have two arrays `A` and `B` with dimensions `(m, n)` and `(m, p)` respectively, where `m` is the number of rows, `n` is the number of columns in `A`, and `p` is the number of columns in `B`, then `hstack` will return a new array with dimensions `(m, n+p)` that horizontally concatenates `A` and `B`.

2. vstack:
- `vstack` stands for "vertical stack."
- It is used to concatenate arrays or matrices along the vertical axis.
- When you use `vstack`, the arrays or matrices should have the same number of columns, as you are stacking them vertically.
- For example, if you have two arrays `A` and `B` with dimensions `(m, n)` and `(q, n)` respectively, where `m` is the number of rows in `A`, `q` is the number of rows in `B`, and `n` is the number of columns, then `vstack` will return a new array with dimensions `(m+q, n)` that vertically concatenates `A` and `B`.

In both cases, the resulting stacked array or matrix will have the appropriate shape based on the axis along which the stacking is performed. It's important to ensure that the dimensions of the arrays or matrices are compatible for stacking, otherwise, you may encounter errors or unexpected results.

These functions are commonly available in various programming languages and libraries, such as NumPy in Python, where they are used for array manipulation and data analysis tasks.


HOME PAGE LINK=https://www.youtube.com/@Aasha_tech

PLAY LIST LINKS
1.MS EXCEL=https://www.youtube.com/playlist?list=PL9_nIO2ZAASfAKww_kvag4zlJX0zy5W0O
2.COMPUTER REALTED =https://www.youtube.com/playlist?list=PL9_nIO2ZAAScMdGTgDPZCHUPECkRwC0CX
-------------------------------------------------------------------------------------------------------------------------
SOCIAL MEDIA OFFICIAL ACCOUNTS
INTAGRAM=https://www.instagram.com/uikeycreation999/?next=%2F
TWITTER=https://twitter.com/lightuikey2




THANK YOU FOR WATCHING THIS VIDEO

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «excel functions for compiling data - vstack & hstack!», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.