TxtLoadOptions 构造函数

TxtLoadOptions()

创建用于加载文本文件的选项。

def __init__(self):
    ...

评论

默认加载文件类型为 CSV 。

TxtLoadOptions(load_format)

创建用于加载文本文件的选项。

def __init__(self, load_format):
    ...
范围类型描述
load_formatLoadFormat加载格式

也可以看看