1. 학습
  2. /
  3. 강의
  4. /
  5. Scaling and Optimizing Data Pipelines with Polars

Connected

연습 문제

Unnesting production_country

Back to the movie dataset from the streaming startup. This time, focus on production_country: each row holds two nested fields, a country code and a country name. Unnest the struct so those fields become regular top-level columns.

지침

100 XP
  • Unnest the production_country struct column so its fields become regular columns.