1 jupyter 安装多内核
1 | 如3.6 前提安装好anaconda和jupyter |
2 pip install name 指定源
1 | pip install name -i https://pypi.tuna.tsinghua.edu.cn/simple |
3 Excel xlsx file; not supported
1 | 1:pip uninstall xlrd |
4 pandas报DataFrame object has no attribute ‘as_matrix’解决办法
1 | NDFrame.as_matrix is deprecated. Use NDFrame.values instead (:issue:18458). |