pyspark.pandas.DatetimeIndex.is_month_end

財產 DatetimeIndex。 is_month_end

指示是否日期是這個月的最後一天。

返回
指數

返回一個布爾值指數。

另請參閱

is_month_start

返回一個布爾值表示是否日期是這個月的第一天。

例子

> > >idx=psdate_range(“2018-02-27”,=3)> > >idxis_month_end指數(假的,真的,假的,dtype = '對象')