📜  月份函数python代码示例中的天数

📅  最后修改于: 2022-03-11 14:46:41.288000             🧑  作者: Mango

代码示例2
>>> p = pd.Period('2018-2-17')
>>> p.days_in_month
28