python 处理Excel
摘要:pip install pandas import pandas as pd execel_path = 'xxxx\\xxx\\xxx' house=pd.read_excel(excel_path) print(house.shape) # 通过shape关键字可以得到excel有多少行多少列
阅读全文
python更新源
摘要:pip config set global.index-url https://mirrors.cloud.tencent.com/pypi/simple pip install jieba
阅读全文