ACCESSING ELEMENTS OF NDARRAY IN NUMPY - PYTHON PROGRAMMING

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

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 5 ай бұрын
by using np.ndim
@DennySatyala
@DennySatyala 5 ай бұрын
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 М.
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
How to Use Lists in Python
18:49
Programming with Mosh
Рет қаралды 337 М.
Arrays - Data Structures & Algorithms Tutorials in Python #3
14:15
AsyncIO, await, and async - Concurrency in Python
9:12
Socratica
Рет қаралды 121 М.
P_12 Type Checking, Type Error and Type Conversion | Type Casting in Python
15:02
Jenny's Lectures CS IT
Рет қаралды 208 М.
DATATYPES - COPY( ) - VIEW( ) IN NUMPY - PYTHON PROGRAMMING
30:06
Sundeep Saradhi Kanthety
Рет қаралды 12 М.
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН