Data field
🐼pandas基础入门
1. pip配置详解全局配置文件位置Windows: %APPDATA%\pip\pip.inimacOS/Linux: ~/.pip/pip.conf推荐配置(清华源)[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple/ trusted-host = pypi.tuna.tsinghua.edu.cn timeout = 6...