摘要: 表如图,读取Loadcase一列数据 import pandas as pd getinput = pd.read_excel('表路径',usecols=['Loadcase']) print(getinput ) # 获取行数 line_input = len(getinput ) print( 阅读全文
posted @ 2021-07-05 16:14 阿瑶丫 阅读(5027) 评论(0) 推荐(0) 编辑