List of questions
Related questions
Question 296 - PL-300 discussion
You have a CSV file that contains user complaints. The file contains a column named Logged. Logged contains the date and time each compliant occurred. The data in Logged is in the fol-lowing format:
2018-12-31 at 08:59. You need to be able to analyze the complaints by the logged date and use a built-in date hierarchy. What should you do?
A.
Create a column by example that starts with 2018-12-31.
B.
Apply a transformation to extract the last 11 characters of the Logged column and set the data type of the new column to Date.
C.
Apply a transformation to extract the first 11 characters of the Logged column.
D.
split the Logged column by using at as the delimiter.
Your answer:
0 comments
Sorted by
Leave a comment first