CompTIA DataX DY0-001 (V1) Practice Question

A data-engineering team is preparing an HVAC sensor data set for a machine-learning model. The CSV contains two relevant columns:

  • temperature_reading (float)
  • temp_unit (string with values "F", "C", or "K")

Before applying any scaling or imputation, the team must standardize every observation to Celsius so that downstream statistics (mean, variance, and distance-based metrics) are meaningful. Which transformation logic satisfies this requirement?

  • Delete all rows where temp_unit is "F" or "K" and proceed with scaling only the existing Celsius records.

  • If temp_unit == "F": new_val = (temperature_reading - 32) * 5 / 9; If temp_unit == "K": new_val = temperature_reading - 273.15; Otherwise leave the value unchanged.

  • If temp_unit == "F": new_val = (temperature_reading - 32) * 9 / 5; If temp_unit == "K": new_val = temperature_reading + 273.15; Otherwise leave the value unchanged.

  • If temp_unit == "F": new_val = (temperature_reading + 32) * 5 / 9; If temp_unit == "K": new_val = temperature_reading - 273.15; Otherwise leave the value unchanged.

CompTIA DataX DY0-001 (V1)
Operations and Processes
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

SAVE $64
$529.00 $465.00
Bash, the Crucial Exams Chat Bot
AI Bot