logo

Crowdly

Programmation en Python IDSI21024 (202400-668)

Looking for Programmation en Python IDSI21024 (202400-668) test answers and solutions? Browse our comprehensive collection of verified answers for Programmation en Python IDSI21024 (202400-668) at moodle.essec.fr.

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

Which operator is used to multiply numbers?
0%
100%
25%
View this question
What is a correct method to plot (draw) pictures from the data in a DataFrame?
0%
0%
100%
0%
View this question
Which of these collections defines a list?
0%
0%
0%
100%
View this question

What is the value of the output in the following script?

x, n = 128, 0

while x>1:

x = x/2

n = n + 1

print(n)

50%
0%
50%
0%
View this question
You run an algorithm. You want to stop your algorithm after 1000 iterations. Which tool would you use?
0%
100%
0%
0%
View this question

What is the value of the output in the following script?

x = 100

for n in [1, 5, 8]:

if n % 2 == 0:

x = x + n

print(x)

0%
0%
20%
80%
View this question
What will be the value of x after the following command is executed?

x = int(34.6)

33%
0%
0%
67%
View this question
I have a database of 100 students and I know the way they come at ESSEC: either by foot, by car, by train or by bike. I want to visualize this dataset. Which plot should I use?
50%
0%
50%
0%
View this question
When using the Pandas drop() method, what argument allows you to change the original DataFrame instead of returning a new one?
50%
0%
0%
50%
View this question
I have a pandas dataframe named 'brics' with columns names given by 'country', 'capital', 'area' and 'population' and indices given by 'FR', 'IT' and 'UK'. I want to construct a pandas dataframe with the only two columns 'country' and 'capital' and only for the indices 'FR' and 'IT'. Which command should I use?
50%
0%
50%
0%
View this question

Want instant access to all verified answers on moodle.essec.fr?

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