1. 학습
  2. /
  3. 강의
  4. /
  5. Introduction to Polars

Connected

연습 문제

Select a subset of columns with .select()

A fleet management client is particularly interested in how vehicle performance relates to price. You need to know if faster acceleration justifies higher prices across different models in ev_df.

지침 1/2

undefined XP
    1
    2
  • Select the "model","accel","price" columns (in that order) using the .select() method.