ACCESSING ELEMENTS OF NDARRAY IN NUMPY - PYTHON PROGRAMMING

  Рет қаралды 13,806

Sundeep Saradhi Kanthety

Sundeep Saradhi Kanthety

Күн бұрын

Пікірлер: 11
@jubinthomas7041
@jubinthomas7041 2 жыл бұрын
thank you sir,
@Shonuyadav6764
@Shonuyadav6764 4 жыл бұрын
Sir.. Me video purthiga chudakapoyina.. Me manual efforts ki like vesthunna and subscriber ayeppoya sir..chaala neat ga ,baaga chepthunaru
@kasi3304
@kasi3304 3 жыл бұрын
GOOD
@mrsmurf911
@mrsmurf911 3 жыл бұрын
@@kasi3304 Very Good
@geetapatil3199
@geetapatil3199 3 жыл бұрын
👍🏻
@rojadsorum9515
@rojadsorum9515 2 жыл бұрын
what about geomspace please tell us about geomspace
@vishalmane3139
@vishalmane3139 2 жыл бұрын
How to know 1 d or 2d
@DennySatyala
@DennySatyala 4 ай бұрын
by using np.ndim
@DennySatyala
@DennySatyala 4 ай бұрын
import numpy as np a1 = [[1,2,3],[4,5,6]] arr = np.array(a1) if arr.ndim == 0: print(arr) elif arr.ndim == 1: row = 1 col = arr.size for i in range(row): for j in range(col): print(arr[i][j], end = " ") print() else: size = arr.shape row = size[0] col = size[1] for i in range(row): for j in range(col): print(arr[i][j], end = " ") print()
@pointofview6161
@pointofview6161 2 жыл бұрын
Sir still we are not clarity on dimensions
@jubinthomas7041
@jubinthomas7041 2 жыл бұрын
ndim() can be used to find the dimension 1D - list inside a function 2D - list of the list inside a function 3D- list of list of list inside a function, with the addition of each list, comes an extra square bracket
SLICING OPERATION ON NDARRAY IN NUMPY - PYTHON PROGRAMMING
36:48
Sundeep Saradhi Kanthety
Рет қаралды 21 М.
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 20 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 5 МЛН
[BEFORE vs AFTER] Incredibox Sprunki - Freaky Song
00:15
Horror Skunx 2
Рет қаралды 20 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 17 МЛН
SQLite in Python || Python Tutorial || Learn Python Programming
10:11
Python NumPy Tutorial for Beginners
58:10
freeCodeCamp.org
Рет қаралды 1,6 МЛН
DATATYPES - COPY( ) - VIEW( ) IN NUMPY - PYTHON PROGRAMMING
30:06
Sundeep Saradhi Kanthety
Рет қаралды 11 М.
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 20 МЛН