Answer me this...
Your client has a set of analytical questions they'd like to be able to answer based on information the application is currently logging. Your team lead has asked you to look at the information being logged and try to determine if they could answer the questions. An example log message is shown below, along with the general format of the messages.
client_id, timestamp, action_taken, action_details
14365892, 20210915 15:14:00, Video skipped, Blade Runner
Note that action_taken
is one of 4 options: Video liked
, Video skipped
, Video rewatched
, Genre liked
. The action_details
field includes appropriate information, such as the video name or identifier. Also assume that the only data currently available is the information in this log.
This exercise is part of the course
Streaming Concepts
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
