Create a Column Containing the Current Date

Python

 1|  import datetime as dt
 2|  orders['today'] = pd.to_datetime(dt.date.today())
Did you find this snippet useful?

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