TabularColumnQ

TabularColumnQ[tcol]

如果 tcol 是有效的 TabularColumn 对象,给出 True,否则给出 False.

TabularColumnQ[tcol,tsel]

如果 tcol 中有元素的类型与 tsel 匹配,给出 True,否则给出 False.

更多信息

  • TabularColumnQ 判定一个输入是否为有效的 TabularColumn 对象.
  • 对于字符串模式 spattTabularColumnQ[tcol,spatt] 检查 tcol 的元素的类型是否与 spatt 相符.
  • 列类型选择器 tsel 可采用以下形式之一:
  • tpatt类型模式
    tclass已命名的类型的类别 (class of types)
  • 可能的类型模式 tpatt 包括如 "Integer*""Quantity"::["Real64",_] 这样的形式.
  • 可能的类型的类别 tclass 包括:
  • "Numbers"数值类型
    "MachineNumbers"机器数类型
    "Reals"实数类型,包括整数
    "MachineReals"机器实数类型,包括整数
    "Integers"整数类型
    "MachineIntegers"机器整数类型
    "FloatingPoint"浮点数
    "MachineFloatingPoint"机器实数和复数
    "FloatingPointReals"用浮点表示的实数
    "MachineFloatingPointReals"机器实数
    "FloatingPointComplexes"用浮点表示的复数
    "Lists"每个元素都是一个列表

范例

打开所有单元关闭所有单元

基本范例  (3)

判断一个对象是否是有效的 TabularColumn 对象:

判断一个对象是否是有效的 TabularColumn 对象:

判断一个对象是否是有效的 TabularColumn 对象:

判断表格中列的元素是否为字符串:

范围  (6)

判断不同类型的 TabularColumn 对象是否有效:

对于不是 TabularColumn 对象的任何内容,TabularColumnQ 给出 False

TabularColumn 对象可以是空的:

TabularColumn 对象可包含列表元素:

这不是 Tabular 对象:

判断 TabularColumn 对象的类型:

判断 TabularColumn 对象的元素是否为整数:

确认类型属于 "Integers" 类型类别:

属性和关系  (2)

对于只包含一个列的 Tabular 对象,TabularColumnQ 给出 False

TabularQ 检验任意维数的 Tabular 对象:

提取该 Tabular 对象的列:

列和行不是 Tabular 对象:

TabularColumnQ 确认 TabularColumn 对象:

TabularRowQ 确认 TabularRow 对象:

Wolfram Research (2025),TabularColumnQ,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TabularColumnQ.html.

文本

Wolfram Research (2025),TabularColumnQ,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TabularColumnQ.html.

CMS

Wolfram 语言. 2025. "TabularColumnQ." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/TabularColumnQ.html.

APA

Wolfram 语言. (2025). TabularColumnQ. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/TabularColumnQ.html 年

BibTeX

@misc{reference.wolfram_2025_tabularcolumnq, author="Wolfram Research", title="{TabularColumnQ}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/TabularColumnQ.html}", note=[Accessed: 15-January-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_tabularcolumnq, organization={Wolfram Research}, title={TabularColumnQ}, year={2025}, url={https://reference.wolfram.com/language/ref/TabularColumnQ.html}, note=[Accessed: 15-January-2025 ]}