忽略python运行出现的大量警告

添加以下代码即可

import warnings
warnings.filterwarnings('ignore')

你可能感兴趣的:(异常报错,python)