xref #6771 > Period("2000-01") > Period('2000-01', 'M') > > PeriodIndex(["2000-01"]) > ValueError: freq not specified and cannot be inferred from first element Same problem with 2000-Jan and Jan-2000. Works fine if I pass freq="M".