powered by
Returns the date that is x days before
x
date_sub(y, x)# S4 method for Column,numeric date_sub(y, x)
# S4 method for Column,numeric date_sub(y, x)
Column to compute on
Number of days to substract
Other datetime_funcs: add_months, date_add, date_format, datediff, dayofmonth, dayofyear, from_unixtime, from_utc_timestamp, hour, last_day, minute, months_between, month, next_day, quarter, second, to_date, to_utc_timestamp, unix_timestamp, weekofyear, window, year
add_months
date_add
date_format
datediff
dayofmonth
dayofyear
from_unixtime
from_utc_timestamp
hour
last_day
minute
months_between
month
next_day
quarter
second
to_date
to_utc_timestamp
unix_timestamp
weekofyear
window
year
# NOT RUN { date_sub(df$d, 1) # }
Run the code above in your browser using DataLab