logo

Crowdly

Browser

Add to Chrome

Технології програмування, частина 1 [05914]

Looking for Технології програмування, частина 1 [05914] test answers and solutions? Browse our comprehensive collection of verified answers for Технології програмування, частина 1 [05914] at vns.lpnu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Пакет NumPy призначений для швидких операцій з масивами в Python 

100%
0%
View this question

Задано масив a:

a = np.array([11, 22, 33, 44, 55, 66, 77, 88, 99])

Як відібрати з нього елементи більші 30 в масив b

View this question

NumPy підтримує масиви з розмірністю > 3

100%
0%
View this question

Задано змінну s типу Series:

s = pd.Series(np.array([0,1,2,3,4]), index=['a', 'b', 'c', 'd', 'e'])

Як звернутися до першого елементу s

View this question

Пакет Pandas виконує схожі задачі до Excel-таблиць

100%
0%
View this question

Виберіть переваги NumPy

View this question

В Pandas index це список міток осей

100%
0%
View this question

Задано DataFrame

df = pd.DataFrame([[2023, 26], [2023, 19]], index=['США', 'ЄС'], columns=['рік', 'ВВП'])

Виберіть вірні способи отримання ВВП США

0%
0%
View this question

При роботі з NumPy-масивами потрібно уникати циклів

100%
0%
View this question

Що означає NaN в пакеті Pandas

View this question

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome