A support lead wants a status dashboard: one row per team, with counts of open and closed tickets.
tickets
Your task: produce one row per team with an open and a closed column counting tickets in each status. If a team has none of a status, that cell must be 0, not null.
Assign your answer DataFrame to result. Row order doesn't matter.