cars という DataFrame には 'model'、'year'、'price' の3つの列があります。各操作に適切な関数を組み合わせてください。
Find max values for all columns of the DataFrame.
Find the lowest price on existing cars.
Find the mode value for the 'model' column.
Find the average year of production of cars.
クリックまたはドラッグ`n`ドロップして空欄を埋めてください