Question

You are combining sales data from three different sources, each with slightly different column names for the same information (e.g., "Product_ID," "ProdID," and "PID"). What is the best way to handle this discrepancy?

A Retain all variations of column names for completeness.
B Standardize column names during data wrangling
C Drop the columns to avoid confusion
D Create a mapping table to relate different column names
E Analyze each dataset separately before combining.
Practice Next

Hey! Ask a query