We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xref #6771
Period("2000-01") Period('2000-01', 'M') PeriodIndex(["2000-01"]) ValueError: freq not specified and cannot be inferred from first element
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".