EasySpider/ExecuteStage/tianyancha.py
NaiboWang-Alienware f125db1f8e New version
2022-10-19 15:33:12 +08:00

7 lines
145 B
Python

import pandas as pd
if __name__ == "__main__":
df = pd.read_excel('list.xlsx', "sheet2")
data = df.values
print(len(data), data[0])