We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import pandas as pd from datetime import datetime pd.datetools.thisYearBegin(datetime(2015,2,1))
This returns Timestamp('2016-01-01 00:00:00'), but should return 2015-01-01. Should thisYearBegin() just be removed? I don't think it's documented.