1. 学习
  2. /
  3. 课程
  4. /
  5. Data Transformation with Polars

Connected

练习

Filling missing values

Finally, you can replace specific values directly. The finance team needs complete pricing data, but some products have missing prices marked as "N/A". Based on historical data, the average product costs around "10,99".

说明

100 XP
  • Replace "N/A" values in the "price" column with "10,99".