We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dti = pd.date_range('2016-01-01', periods=3) pi = dti.to_period('D') >>> pi.is_monotonic True >>> pi[::-1].is_monotonic False