python pandas 读没有column列名的数据

def fromCSVGetROI(CSVROIFileName):
    roi = pd.read_csv(CSVROIFileName,header=None)
    return roi
posted @ 2021-05-10 16:04  bH1pJ  阅读(395)  评论(0编辑  收藏  举报