Question

You have a dataset with inconsistent date formats (e.g., 'DD/MM/YYYY', 'MM-DD-YYYY', 'YYYY-MM-DD'). What is the first step you should take to standardize the date column in your dataset?

A Apply a date format in the visualization tool.
B Use a regular expression to match all date formats
C Convert all date entries to a single consistent format
D Drop all rows with inconsistent date formats.
E Analyze the distribution of dates before making any changes.
Practice Next

Hey! Ask a query