Module dcg_sci_tool.csv.csv_to_tuples
Functions
def csv_to_tuples(csv_file: str, has_header: bool = True) ‑> list-
将CSV文件转换为元组列表
Args
csv_file:str- CSV文件路径
has_header:bool- 是否包含表头
Returns
list- 元组列表
dcg_sci_tool.csv.csv_to_tuples
def csv_to_tuples(csv_file: str, has_header: bool = True) ‑> list
将CSV文件转换为元组列表
csv_file : strhas_header : boollist