How to add days to a timestamp column in bigquery dataframes
I have a bigquery dataframe which has a timestamp column as shown below. I want to create a new column by adding 7 days to the creation_ts column.
I have a bigquery dataframe which has a timestamp column as shown below. I want to create a new column by adding 7 days to the creation_ts column.