在运行以下代码时出现了该错误:
import pandas as pd import numpy as np
原因是dateutil库版本低于2.5.0,卸载重装即可:
pip uninstall python-dateutil pip install python-dateutil