-1

I’m curious to find out if, in terms of tidy data principles, a column containing “date and time” ( 1/1/21 11:31) would be considered as a single variable or tow separate ones?

Jose
  • 1

1 Answers1

0

Timestamp:

An important difference is that DATETIME represents a date (as found in a calendar) and a time (as can be observed on a wall clock), while TIMESTAMP represents a well defined point in time.

mruanova
  • 6,351
  • 6
  • 37
  • 55