4. What Python function is used to perform element-wise mathematical operations on Numpy arrays?

describe()
plt.plot()
df.apply()
np.add()

Detailed Solution Join Our Telegram Channel

132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/> Subscribe on YouTube
class="screen-reader-text">What Python function is used to perform element-wise mathematical operations on Numpy arrays?

5. All values of categorical data are either in categories or np.nan.

TRUE
nan
nan
nan

Detailed SolutionAll

24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/> Subscribe on YouTube
values of categorical data are either in categories or np.nan.

6. Point out the wrong statement.

min, max, idxmin, idxmax operations are supported on Series
You cannot pass a timedelta to get a particular value
None of the mentioned

Detailed SolutionPoint out the wrong statement.

7. Which Python library is commonly used for data preprocessing tasks, such as feature scaling and transformation in machine learning?

Matplotlib
Numpy
Scikit-learn
Pandas

Detailed SolutionWhich Python

library is commonly used for data preprocessing tasks, such as feature scaling and transformation in machine learning?

8. Numeric reduction operation for timedelta64[ns] will return . . . . . . . . objects.

Timeseries
Timeplus
Timedelta
None of the mentioned

Detailed SolutionNumeric reduction operation for

timedelta64[ns] will return . . . . . . . . objects.

9. In Python, which library is often used for deep learning tasks, including neural network construction and training, with a focus on simplicity and flexibility?

Numpy
Keras
TensorFlow
Numpy

Detailed SolutionIn Python, which library is often used for deep learning tasks, including

neural network construction and training, with a focus on simplicity and flexibility?

10. In Pandas, what method is used to calculate summary statistics for numerical columns in a DataFrame?

groupby()
value_counts()
describe()
reshape()

Detailed Solution Join Our Telegram Channel

89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/> Subscribe on YouTube class="screen-reader-text">In Pandas, what method is used to calculate summary statistics for numerical columns in a DataFrame?


Test 1Test 2Test 3