alan-turing-institute / WimbledonPlanner

Project planning for REG
MIT License
0 stars 0 forks source link

@Prithivi-Raj Rather than e.g. `pd.datetime.now()` you should use the datetime library directly, e.g. #95

Closed Prithivi-Raj closed 2 years ago

Prithivi-Raj commented 2 years ago

@Prithivi-Raj Rather than e.g. pd.datetime.now() you should use the datetime library directly, e.g.

from datetime import datetime
datetime.now()

Originally posted by @jack89roberts in https://github.com/alan-turing-institute/WimbledonPlanner/issues/63#issuecomment-993696814

Referencing issue for future remembrence