Create a Column Containing a Specific Date

Python

 1|  df['date'] = dt.datetime(year, month, day)
Did you find this snippet useful?

Sign up for free to to add this to your code library