Quiz Tutorial 6: Date & Time Data with lubridate
This quiz complements Tutorial 6: Date & Time Data with lubridate. It is only for your own self-assessment so you are free to submit as many times as you want.

Link to tutorial: https://www.kaggle.com/anichh/tutorial-6-date-time-data-with-lubridate
Sign in to Google to save your progress. Learn more
Q1: Which of the following is a date data? *
1 point
Q2: What data type is this: 2017-09-19 19:00:00? *
1 point
Q3: What is different about the outputs' data types of today() and now()? (Select all that apply) *
1 point
Required
Q4: What is the difference between %/% and %%? *
1 point
Q5: Using the Friends_visits data frame, which of the following code will give us a new column named "Year_Month" that only has information of the year and month of each friend visit? *
1 point
Q6: What is the difference between %>% and +? (Select all that apply) *
1 point
Required
Q7: What should the binwidth be if we want to have each data point to represent a separate 2 hour interval? *
1 point
Q8: We can use now() to calculate our age as well. *
1 point
Q9: Which of these functions account for date and time changes throughout the years? (Select all that apply) *
1 point
Required
Q10: What happens when we use ddays() or dyears() in days or years that do not experience any special time/date changes? *
1 point
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy