We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
>>> pd.Timestamp("2014Q2") Timestamp('2014-04-01 00:00:00')
It isn't obvious to me that we should allow this. We could reasonably raise and tell users to call pd.Period instead.