logo

Crowdly

Browser

Додати до Chrome

ADS1001 - Data challenges 1 - S1 2025

Шукаєте відповіді та рішення тестів для ADS1001 - Data challenges 1 - S1 2025? Перегляньте нашу велику колекцію перевірених відповідей для ADS1001 - Data challenges 1 - S1 2025 в learning.monash.edu.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Assume you're working with the following dataframe 'df':

Image failed to load: dfA

Which of the plots below corresponds to the snippet:

sns.barplot(data=df, x='Day', y='Value', hue='Category')

0%
0%
100%
0%
Переглянути це питання

What is the main difference between .loc[] and .iloc[]?

0%
0%
0%
0%
Переглянути це питання

What is the output of the following code snippet:

import pandas as pd

df = pd.DataFrame({'score': [40, 60, 90]})

print(df[df['score'] < 50])

0%
0%
0%
100%
Переглянути це питання

Consider the following dataframe of movie ratings called 'data':

Image failed to load: data

What is the correct output of the following:

data.describe().round(2)

100%
0%
0%
0%
Переглянути це питання
Assume dataframe called df was created. What will df['column_name'] return?

0%
100%
0%
0%
Переглянути це питання

Which method is used to read a CSV file into a Pandas DataFrame?

0%
0%
0%
0%
Переглянути це питання

What is Matplotlib primarily used for?

0%
0%
0%
0%
Переглянути це питання
What is a possible output of the following snippet:

import numpy as np

np.random.randn(4)
0%
0%
0%
0%
Переглянути це питання

How do you add label to the vertical axis of a plot?

0%
0%
0%
0%
Переглянути це питання

Which of the plots below corresponds to the following snippet:

import numpy as np

import matplotlib.pyplot as plt

xdata = np.linspace(0, 10, 11)

ydata = [5, 11, 10, 9, 11, 13, 14,  9, 13, 15, 10]

plt.plot(xdata, ydata, '*g')

0%
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на learning.monash.edu?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome