| Position | Domaine | Page | Actes |
|---|---|---|---|
| 1 | w3schools.com | /python/numpy/numpy_... | |
|
Titre
NumPy Array Shape
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
NumPy arrays have an attribute called shape that returns a tuple with each index having the number of corresponding elements. |
|||
| 2 | sky.pro | /wiki/python/opredel... | |
|
URL complète
Titre
Определение размерностей массива с помощью numpy ...
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
shape представляет собой кортеж целых чисе л, где каждое число отражает размер соответствующего измерения (оси) в массиве NumPy. Длина этого кортежа указывает на ... |
|||
| 3 | numpy.org | /devdocs/reference/g... | |
|
Titre
numpy.shape — NumPy v2.4.dev0 Manual
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
Returns |
|||
| 5 | digitalocean.com | /community/tutorials... | |
|
Titre
Python shape() method - All you need to know!
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
3 авг. 2022 г. — The shape() method is used to fetch the dimensions of Pandas and NumPy type objects in python . Every value represented by the tuple corresponds to the actual ... |
|||
| 6 | pythonworld.ru | /numpy/1.html | |
|
URL complète
Titre
NumPy, часть 1
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
shape - размеры массива, его форма . Это кортеж натуральных чисел, показывающий длину массива по каждой оси. Для матрицы из n строк и m столбов, shape будет (n,m) ... |
|||
| 7 | geeksforgeeks.org | /python/numpy-array-... | |
|
URL complète
Titre
NumPy Array Shape
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
15 июл. 2025 г. — The shape of an array can be defined as the number of elements in each dimension . Dimension is the number of indices or subscripts, ... |
|||
| 8 | stackoverflow.com | /questions/10200268/... | |
|
URL complète
Titre
What does .shape[] do in "for i in range(Y.shape[0])"?
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
The shape attribute for numpy arrays returns the dimensions of the array . If Y has n rows and m columns, then Y.shape is (n,m). So Y.shape[0] is n. |
|||
| 9 | cs.petrsu.ru | /~musen/python/preze... | |
|
Titre
Многомерные массивы nympy (Numeric Python)
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
shape — размеры массива, его форма . Это кортеж натуральных чисел, показывающий длину массива по каждой оси. Для матрицы из n строк и m столбов, shape будет (n,m) ... |
|||
| 10 | medium.com | /@techwithjulles/num... | |
|
URL complète
Titre
Numpy Arrays — Array Shape and Dimensions
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
The shape of a NumPy array refers to the dimensions of the array . It tells you the number of rows and columns (or axes) of the array. |
|||
| 11 | programiz.com | /python-programming/... | |
|
Titre
NumPy shape()
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
The shape() method returns the shape of an array ie the number of elements in each dimension. Example |
|||