1. Học hỏi
  2. /
  3. Khoa Học
  4. /
  5. Scaling and Optimizing Data Pipelines with Polars

Connected

Bài tập

Creating a Categorical column

Back to the movie dataset from the streaming startup. Most rows in original_language use the same handful of codes (en, fr, es, …). Casting to Categorical encodes each unique label as an integer behind the scenes, saving memory on repeated strings.

Hướng dẫn

100 XP
  • Cast the original_language column to pl.Categorical.