Biblioteka Pandas M3L4

Quiz
•
Computers
•
8th Grade
•
Hard
Julia Moczynska
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Która metoda w Pandas służy do zastępowania brakujących wartości w zbiorze danych?
.fillna()
.dropna()
.replace()
.apply()
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Jaką funkcję spełnia metoda .apply() w Pandas?
Grupuje dane według wybranych kolumn.
Zmienia typ wartości w całej kolumnie lub wierszu.
Iteruje po wierszach lub kolumnach, stosując funkcję na każdej wartości.
Agreguje dane w DataFrame.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Jak zapisać kod, który zmienia typ wartości w kolumnie Reviews na int?
df['Reviews'] = int(df['Reviews'])
df['Reviews'].apply('int')
df['Reviews'] = df['Reviews'].apply(int)
df['Reviews'] = df.apply(int)
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Co oznacza metoda .groupby() w Pandas?
Grupuje dane na podstawie wartości w jednej lub kilku kolumnach.
Tworzy nową kolumnę z wybranymi wartościami.
Zastępuje brakujące dane.
Filtruje dane na podstawie warunków logicznych.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Który z poniższych zapisów kodu pozwala wybrać wszystkie wiersze, gdzie kolumna Revenue ma wartość większą niż 50? (nadany warunek)
df.Revenue > 50
df[df['Revenue'] > 50]
df[df.Revenue > 50]
df['Revenue'] > 50
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Co przedstawia obrazek?
Trello board
Schemat zależności pomiędzy gatunkami filmowymi
Mapę myśli (Mind Map) na temat generatora ciekawostek o przemyśle filmowym
Diagram procesów produkcji filmowej
Similar Resources on Wayground
11 questions
C++ Functions

Quiz
•
6th - 8th Grade
10 questions
Programming in Java

Quiz
•
8th Grade
10 questions
Year 7 Python Lesson 1 Recap

Quiz
•
8th Grade
10 questions
informatyka by Robert Makłowicz

Quiz
•
KG - Professional Dev...
10 questions
System binarny i szesnastkowy

Quiz
•
7th - 8th Grade
10 questions
Algorytmika pojęcia kl. 8

Quiz
•
8th Grade
10 questions
Wprowadzenie do C++

Quiz
•
8th Grade
11 questions
Bezpieczeństwo cyfrowego wizerunku i tożsamości

Quiz
•
7th - 10th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
16 questions
Clovis Unified Student Use of Technology

Quiz
•
4th - 8th Grade
11 questions
Technology Acceptable Use

Quiz
•
6th - 8th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
15 questions
Student Technology Agreement

Quiz
•
6th - 8th Grade
10 questions
Acceptable Use of Technology

Quiz
•
7th - 8th Grade