SemanticImportString
SemanticImportString["string"]
试图语义地导入一个字符串以给出一个 Dataset 对象.
SemanticImportString["string",type]
试图将字符串中所有的元素解释成是指定的类型.
SemanticImportString["string",{type1,type2,…}]
试图将连续列中的元素解释成是指定类型.
SemanticImportString["string",col1->type1,col2->type2,…]
试图将指名的列中的元素解释成是指定类型.
SemanticImportString["string",typespec,form]
将结果组织成指定的形式.
范例
打开所有单元关闭所有单元基本范例 (6)
范围 (4)
以 "Unknown" 的形式返回缺失数据,其特殊形式为 Missing["UnknownData"]:
选项 (12)
HeaderLines (2)
应用 (3)
将一个数量列表作为一个 Dataset 对象导入:
可能存在的问题 (4)
对数据的解释依赖于它的上下文. 没有进一步的上下文,"12,3" 将被解释成日期:
在数值 "45,4" (不是一个有效的日期)的背景下,"12,3" 将被解释成两个整数:
不像 SemanticInterpretation,SemanticImportString 只做简单快捷的推断. SemanticImportString 将州名作为字符串导入:
SemanticInterpretation 将州名作为 Entity 对象导入:
自动类型选择从一个解释的更小集合中进行选择,而不是明确的指定一个类型:
一个 Automatic 类型指定一个自动被选的列数:
一个 {Automatic} 类型指明一个自动选择类型的单独列:
一个类型列表中的 Automatic 将按顺序地应用于其相对应的列:
文本
Wolfram Research (2014),SemanticImportString,Wolfram 语言函数,https://reference.wolfram.com/language/ref/SemanticImportString.html.
CMS
Wolfram 语言. 2014. "SemanticImportString." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/SemanticImportString.html.
APA
Wolfram 语言. (2014). SemanticImportString. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/SemanticImportString.html 年