NumPy
by
Reuven M. Lerner
Login
Buy for $200
exercises-4.txt
NumPy
/
Section 3: Indexing
This content is locked.
You'll need to
purchase
or
sign in
to view this content.
NumPy
Unlock the power of data science in Python
Buy for $200
Learn more
Already enrolled?
Sign in to continue learning.
Table of contents
NumPy
by
Reuven M. Lerner
ui-24px-outline-1_lock
Section 1: Introduction
Section 1: Introduction
Draft
01 Welcome.mov
Draft
01 Welcome.mov
Draft
02 What is NumPy?
Draft
02 What is NumPy?
Draft
03 Installing NumPy
Draft
03 Installing NumPy
Draft
04 Importing NumPy
Draft
04 Importing NumPy
ui-24px-outline-1_lock
Section 2: Basic NumPy arrays
Section 2: Basic NumPy arrays
Draft
NumPy course, section 2.ipynb
Draft
NumPy course, section 2.ipynb
Draft
05 What is a NumPy array?
Draft
05 What is a NumPy array?
Draft
06 Creating NumPy arrays
Draft
06 Creating NumPy arrays
Draft
07 Exercises 1
Draft
07 Exercises 1
Draft
exercises-1.txt
Draft
exercises-1.txt
Draft
08 Exercise solutions 1
Draft
08 Exercise solutions 1
Draft
09 Generating random arrays
Draft
09 Generating random arrays
Draft
09a Random seeds.mp4
Draft
09a Random seeds.mp4
Draft
10 Vectorized operations.mp4
Draft
10 Vectorized operations.mp4
Draft
11 Vectorized operations with two arrays.mp4
Draft
11 Vectorized operations with two arrays.mp4
Draft
12 Commonly used methods.mp4
Draft
12 Commonly used methods.mp4
Draft
13 Exercises 2.mp4
Draft
13 Exercises 2.mp4
Draft
exercises-2.txt
Draft
exercises-2.txt
Draft
14 Exercise solutions 2.mp4
Draft
14 Exercise solutions 2.mp4
ui-24px-outline-1_lock
Section 3: Indexing
Section 3: Indexing
Draft
NumPy course, section 3.ipynb
Draft
NumPy course, section 3.ipynb
Draft
15 Fancy indexing.mp4
Draft
15 Fancy indexing.mp4
Draft
16 Boolean indexing.mp4
Draft
16 Boolean indexing.mp4
Draft
17 Views vs copies.mp4
Draft
17 Views vs copies.mp4
Draft
18 Selecting with boolean indexes.mp4
Draft
18 Selecting with boolean indexes.mp4
Draft
19 Evens and odds.mp4
Draft
19 Evens and odds.mp4
Draft
20 Exercises 3.mp4
Draft
20 Exercises 3.mp4
Draft
exercises-3.txt
Draft
exercises-3.txt
Draft
21 Exercise solutions 3.mp4
Draft
21 Exercise solutions 3.mp4
Draft
22 Complex conditions.mp4
Draft
22 Complex conditions.mp4
Draft
23 Exercises 4.mp4
Draft
23 Exercises 4.mp4
Draft
exercises-4.txt
Draft
exercises-4.txt
Draft
24 Exercise solutions 4.mp4
Draft
24 Exercise solutions 4.mp4
Draft
25 Assigning via indexes.mp4
Draft
25 Assigning via indexes.mp4
Draft
26 Exercises 5.mp4
Draft
26 Exercises 5.mp4
Draft
exercises-5.txt
Draft
exercises-5.txt
Draft
27 Exercise solutions 5.mp4
Draft
27 Exercise solutions 5.mp4
ui-24px-outline-1_lock
Section 4: Data types
Section 4: Data types
Draft
NumPy course, section 4.ipynb
Draft
NumPy course, section 4.ipynb
Draft
28 dtypes
Draft
28 dtypes
Draft
29 Setting dtypes
Draft
29 Setting dtypes
Draft
30 Setting the dtype attribute
Draft
30 Setting the dtype attribute
Draft
31 Using astype
Draft
31 Using astype
Draft
32 String lengths
Draft
32 String lengths
Draft
33 Exercises 6
Draft
33 Exercises 6
Draft
exercises-6.txt
Draft
exercises-6.txt
Draft
34 Exercise solutions 6
Draft
34 Exercise solutions 6
Draft
35 Complex numbers.mp4
Draft
35 Complex numbers.mp4
Draft
36 Booleans vs. integers.mp4
Draft
36 Booleans vs. integers.mp4
Draft
37 Setting print options.mp4
Draft
37 Setting print options.mp4
ui-24px-outline-1_lock
Section 5: nan
Section 5: nan
Draft
NumPy course, section 5.ipynb
Draft
NumPy course, section 5.ipynb
Draft
38 The need for nan.mp4
Draft
38 The need for nan.mp4
Draft
39 Filtering with isnan.mp4
Draft
39 Filtering with isnan.mp4
Draft
40 Making sure that nan will work in your array.mp4
Draft
40 Making sure that nan will work in your array.mp4
Draft
41 Replacing nan values with the mean.mp4
Draft
41 Replacing nan values with the mean.mp4
Draft
42 Exercises 7.mp4
Draft
42 Exercises 7.mp4
Draft
exercises-7.txt
Draft
exercises-7.txt
Draft
43 Exercise solutions 7.mp4
Draft
43 Exercise solutions 7.mp4
Draft
44 inf and nan.mp4
Draft
44 inf and nan.mp4
ui-24px-outline-1_lock
Section 6: Multidimensional NumPy
Section 6: Multidimensional NumPy
Draft
NumPy course, section 6.ipynb
Draft
NumPy course, section 6.ipynb
Draft
45 Array shapes.mp4
Draft
45 Array shapes.mp4
Draft
46 Multi-dimensional retrievals.mp4
Draft
46 Multi-dimensional retrievals.mp4
Draft
47 Exercises 8.mp4
Draft
47 Exercises 8.mp4
Draft
exercises-8.txt
Draft
exercises-8.txt
Draft
48 Exercise solutions 8.mp4
Draft
48 Exercise solutions 8.mp4
Draft
49 Assigning to 2d arrays.mp4
Draft
49 Assigning to 2d arrays.mp4
Draft
50 Axes and NumPy methods.mp4
Draft
50 Axes and NumPy methods.mp4
Draft
51 argmin and argmax.mp4
Draft
51 argmin and argmax.mp4
Draft
52 Flattening arrays.mp4
Draft
52 Flattening arrays.mp4
Draft
53 Transposing.mp4
Draft
53 Transposing.mp4
Draft
54 Sorting.mp4
Draft
54 Sorting.mp4
Draft
55 Concatenating arrays.mp4
Draft
55 Concatenating arrays.mp4
Draft
56 Exercises 9
Draft
56 Exercises 9
Draft
exercises-9.txt
Draft
exercises-9.txt
Draft
57 Exercise solutions 9
Draft
57 Exercise solutions 9
ui-24px-outline-1_lock
Section 7: Input and output
Section 7: Input and output
Draft
58 Intro to NumPy IO
Draft
58 Intro to NumPy IO
Draft
59 Storing with np.save
Draft
59 Storing with np.save
Draft
60 Loading with np.load
Draft
60 Loading with np.load
Draft
61 mmap_mode
Draft
61 mmap_mode
Draft
62 Saving and loading npz
Draft
62 Saving and loading npz
Draft
63 Storing CSV files with np.savetxt
Draft
63 Storing CSV files with np.savetxt
Draft
64 Loading CSV files with np.loadtxt
Draft
64 Loading CSV files with np.loadtxt
Draft
65 Exercises 10.mp4
Draft
65 Exercises 10.mp4
Draft
NumPy course, section 7.ipynb
Draft
NumPy course, section 7.ipynb
Draft
66 Exercise solutions 10.mp4
Draft
66 Exercise solutions 10.mp4
ui-24px-outline-1_lock
Section 8: Matplotlib
Section 8: Matplotlib
Draft
NumPy course, section 8.ipynb
Draft
NumPy course, section 8.ipynb
Draft
67 Intro to Matplotlib.mp4
Draft
67 Intro to Matplotlib.mp4
Draft
68 Basic plots.mp4
Draft
68 Basic plots.mp4
Draft
69 Format strings.mp4
Draft
69 Format strings.mp4
Draft
70 Bar plots.mp4
Draft
70 Bar plots.mp4
Draft
71 Histograms.mp4
Draft
71 Histograms.mp4
Draft
72 Pie plots.mp4
Draft
72 Pie plots.mp4
Draft
73 Exercises 11.mp4
Draft
73 Exercises 11.mp4
Draft
exercises-11.txt
Draft
exercises-11.txt
Draft
cisco_stock.csv
Draft
cisco_stock.csv
Draft
74 Exercise solutions 11.mp4
Draft
74 Exercise solutions 11.mp4
ui-24px-outline-1_lock
Section 9: Conclusion
Section 9: Conclusion
Draft
Conclusion
Draft
Conclusion
ui-24px-outline-1_lock
PDFs of slides
PDFs of slides
Draft
01 Data science intro
Draft
01 Data science intro
Draft
02 Jupyter notebook
Draft
02 Jupyter notebook
Draft
03 NumPy
Draft
03 NumPy
Draft
04 NumPy indexes
Draft
04 NumPy indexes
Draft
05 NumPy's nan
Draft
05 NumPy's nan
Draft
06 NumPy and multidimensional arrays
Draft
06 NumPy and multidimensional arrays
Draft
07 NumPy and input-output
Draft
07 NumPy and input-output
Welcome!
Enter your info below to login.
Your email
Your password
Login
Forgot your password?