python 一些操作

版本升级

>python -m pip install --upgrade pip


忽略警告信息

import warnings

warnings.filterwarnings('ignore')

你可能感兴趣的:(python 一些操作)