filmov
tv
Conditional operations on #numpy arrays

Показать описание
You can do conditional operations on numpy arrays in #Python. You can, for example, extract parts of an array that meet some condition, operate on parts of an array that meet some condition, construct an array from other arrays based on a condition, etc. This video will show you several ways to approach this.
Conditional array operations are somewhat different than the conventional conditional statements that you can use to control the execution of Python code that I have discussed in these previous videos.
Conditional array operations are somewhat different than the conventional conditional statements that you can use to control the execution of Python code that I have discussed in these previous videos.