Использование month
x[x.month==10]
Out[455]:
PeriodIndex(['2000-10-01', '2000-10-02', '2000-10-03', '2000-10-04',
'2000-10-05', '2000-10-06', '2000-10-07', '2000-10-08',
'2000-10-09', '2000-10-10',
...
'2010-10-22', '2010-10-23', '2010-10-24', '2010-10-25',
'2010-10-26', '2010-10-27', '2010-10-28', '2010-10-29',
'2010-10-30', '2010-10-31'],
dtype='period[D]', length=341, freq='D')