Test 3

Test 3

KG

10 Qs

quiz-placeholder

Similar activities

Searching & Sorting Algorithms

Searching & Sorting Algorithms

11th Grade

10 Qs

Python V

Python V

University - Professional Development

7 Qs

Al_lectur_4

Al_lectur_4

1st - 3rd Grade

10 Qs

GCSE J277 - Computational Thinking Keyword Quiz

GCSE J277 - Computational Thinking Keyword Quiz

7th Grade

10 Qs

Microsoft Excel - Formatting

Microsoft Excel - Formatting

6th - 8th Grade

10 Qs

Examen Parcial - Teoría - Algoritmos y Estructuras de Datos UPC

Examen Parcial - Teoría - Algoritmos y Estructuras de Datos UPC

University

12 Qs

Mr Bulsara

Mr Bulsara

12th Grade

10 Qs

Bubble Sort

Bubble Sort

10th Grade

8 Qs

Test 3

Test 3

Assessment

Quiz

Computers

KG

Hard

Created by

zhanar lamasheva

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.    Как добавить новый столбец в DataFrame?

add_column()

insert_column()

append_column()

assign()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.    Как удалить столбец из DataFrame?

drop_column()

drop()

remove_column()

delete_column()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как создать объект Series в Pandas?

pd.create_series()

pd.Series()

pd.Series(data)

pd.make_series()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как применить пользовательскую функцию к каждой группе в groupby()?

agg(custom_function)

transform()

map()

apply()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.    Как сохранить DataFrame в файл Excel?

save_excel()

to_excel()

to excel()

export_excel()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.    Как агрегировать данные по временным периодам?

period_aggregate()

time_aggregate()

aggregate_by_time()

resample().agg()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.    Как выполнить объединение (merge) двух DataFrame с помощью правого соединения?

right_merge()

merge(how='right')

merge(how='inner')

combine_right()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?