Workshop 1: Data Ingestion

Deadline: 26 February 2024, 23:00
Shown in your timezone.
Correct answers are available below

This homework has already been scored. Log in to view your own submission, score, and feedback.

Log in to view my results

Correct answers

1. What is the sum of the outputs of the generator for limit = 5? (1 point)

2. What is the 13th number yielded by the generator? (1 point)

3. Append the 2 generators. After correctly appending the data, calculate the sum of all ages of people. (1 point)

4. Merge the 2 generators using the ID column. Calculate the sum of ages of all the people loaded as described above. (1 point)