powered by
Converts the column into DateType.
to_date(x)# S4 method for Column to_date(x)
# S4 method for Column to_date(x)
Column to compute on.
Other datetime_funcs: add_months, date_add, date_format, date_sub, datediff, dayofmonth, dayofyear, from_unixtime, from_utc_timestamp, hour, last_day, minute, months_between, month, next_day, quarter, second, to_utc_timestamp, unix_timestamp, weekofyear, window, year
add_months
date_add
date_format
date_sub
datediff
dayofmonth
dayofyear
from_unixtime
from_utc_timestamp
hour
last_day
minute
months_between
month
next_day
quarter
second
to_utc_timestamp
unix_timestamp
weekofyear
window
year
# NOT RUN { to_date(df$c) # }
Run the code above in your browser using DataLab