Getting started with arrays - English
- subtitles off
- captions off
- English
- Questions posted on Forums
- Python 3.4.3 Tutorials - English
-
Doubt in shape object
When I am reshaping the array ar as :ar.reshape(4,2) ,I am getting an array of 4 rows and 2 columns .However, when I am finding shape of ar using: ar.shape , output is coming (2,4). Why is (4,2) not shown even after reshaping the array?
04-05M 20-30S stutisamanta04@gmail.com
Answer last updated on: July 25, 2023, 3:08 p.m.
-
shape of the array
In [11]: arOut[11]: array([1, 2, 3, 4, 5, 6, 7, 8])In [12]: ar.shape(2,4)---------------------------------------------------------------------------TypeError Traceback (most recent call last)<ipython-input-12-ac49df2b586f> in <module>----> 1 ar.shape(2,4)TypeError: 'tuple' object is not callable
04-05M 40-50S KAVYA_30
Answer last updated on: June 5, 2021, 7:36 p.m.
-
shape is not a method
It is said that shape is a method.But as far as my knowledge goes, it is an attribute of ndarray.Plz look into it.
04-05M 10-20S mpm.spoken-tutorial
Answer last updated on: June 17, 2020, 5:07 p.m.
-
doubt in shape function
--------------------------------------------------------In [68]: print(ar)[1 2 3 4 5 6 7 8]In [69]: ar.shape()---------------------------------------------------------------------------TypeError Traceback (most recent call last)<ipython-input-69-895c9f3eff17> in <module>----> 1 ar.shape()TypeError: 'tuple' object is not callable
05-06M 0-10S archana.naware@gmail.com
Answer last updated on: May 8, 2020, 10:02 a.m.
-
Doubt on the syntax of zeros method
Mam why do we have to use 2 brackets in the zeros method for giving only 1 set of values to it? I have tried it with one braces(opening and closing) then it is giving error. My OS used : Windows 10 ==>TypeError Traceback (most recent call last)<ipython-input-3-4b18b0e09899> in <module>----> 1 b=np.zeros(2,2)TypeError: data type not understood
07-08M 10-20S KnowsOnlyJava
Answer last updated on: April 28, 2020, 4:15 p.m.
-
Importingnumpy as np
Regrding the Arrays... While importing the numpy as np command did not execute. What could be the possible reasons for the same ?
01-02M 20-30S JulieP
Answer last updated on: April 18, 2020, 9:12 p.m.
-
Today Workshop-Installtion Numpy
Dear Sir/Madam,Such like of numpy library, how many library should we use for general programming?
02-03M 10-20S spiccyshakti
Answer last updated on: June 22, 2019, 4:41 p.m.
-
Clarity of Zeros method
Sir/madam,What is exactly the use of zero method? it let us create arrays only with zero elements? Where we use such arrays?
07-08M 30-40S pooja_arora
Answer last updated on: June 22, 2019, 4:39 p.m.
-
use of dtype?
Sir/Madam,I am not clear with the explanation given in video about dtype? Is it come only in output just as a message or can do we also use in any input commands also?
05-06M 50-60S pooja_arora
Answer last updated on: June 22, 2019, 4:38 p.m.
-
1Getting started with IPython
-
2Using plot command interactively
-
3Embellishing a plot
-
4Saving plots
-
5Multiple plots
-
6Subplots
-
7Additional features of IPython
-
8Loading Data From Files
-
9Plotting Data
-
10Other Types Of Plots
-
11Plotting Charts
-
12Getting started with Lists
-
13Getting started with for
-
14Getting started with strings
-
15Getting started with files
-
16Parsing data
-
17Statistics
-
Getting started with arrays
-
19Accessing parts of arrays
-
20Image manipulation using Arrays
-
21Basic Matrix Operations
-
22Advanced Matrix Operations
-
23Least square fit
-
24Basic datatypes and operators
-
25Sequence datatypes
-
26Input-output
-
27Conditional Statements
-
28Loops
-
29Manipulating lists
-
30Manipulating strings
-
31Getting started with tuples
-
32Dictionaries
-
33Sets in Python
-
34Getting Started with Functions
-
35Advanced Features of Functions
-
36Using Python Modules
-
37Writing Python Scripts
-
38Testing and Debugging
-
39Handling Errors and Exceptions
Questions posted on ST Forums:
22379 visits
Outline:
Overview of array Usage of numpy library How to create arrays How to create two dimensional array arange() method reshape() method How to find the shape of an array? Create a new array with elements of different datatypes Identity matrix Zeros method
Width: | 832 | Height: | 608 |
---|---|---|---|
Duration: | 00:11:02 | Size: | 3.5 MB |
Show video info