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.