ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5 results

Question With Answer
NumPy Interview Questions & Answers | Top 10 Asked Questions (With Examples) | Part 1

Are you preparing for a Python or Data Science interview? This video covers the TOP 10 most important NumPy interview ...

8:56
NumPy Interview Questions & Answers | Top 10 Asked Questions (With Examples) | Part 1

6 views

5 days ago

Delft Stack
Fix NumPy ValueError operands could not be broadcast together with shapes (2,3), (3,2)

Are you getting the NumPy error “ValueError: operands could not be broadcast together with shapes (2,3) (3,2)” when trying to ...

2:04
Fix NumPy ValueError operands could not be broadcast together with shapes (2,3), (3,2)

4 views

6 days ago

Delft Stack
Fix NumPy ValueError: Input Operand Has More Dimensions Than Allowed | einsum Axis Error Explained

What's Happening in This Error You are working with a 3D NumPy array that has three dimensions (for example, shape (2, 2, 2)), ...

2:13
Fix NumPy ValueError: Input Operand Has More Dimensions Than Allowed | einsum Axis Error Explained

3 views

6 days ago

Question With Answer
NumPy Interview Questions Part 2 | Real Interview Questions with Answers (2025)

Most candidates fail Python interviews not because of Python — but because of NumPy concepts. In this video, you'll learn ...

8:45
NumPy Interview Questions Part 2 | Real Interview Questions with Answers (2025)

3 views

3 days ago

EasyDataScience
Easy Python |  Understanding Reshape(-1, 1) and Reshape(1, -1) in Python

reshape(-1, 1) reshapes an array to a two-dimensional array with 1 column and as many rows as necessary. reshape(1, ...

6:30
Easy Python | Understanding Reshape(-1, 1) and Reshape(1, -1) in Python

13 views

1 day ago