标签: python-3.x
我无法获得适用于monthdelta的月份偏移示例。
import monthdelta date(2008, 1, 30) + monthdelta(1)
See example here.
在jupyter笔记本中,出现以下错误:
NameError:
name 'date' is not defined