RowKey
Examples
open all close allBasic Examples (1)
Scope (3)
Create a Tabular object with a key column:
Extract the row containing "a" in the key column:
The List wrapper is not needed when there is a single key column:
Use RowKey[…] as a function acting on a Tabular object:
Take a Tabular object of populations of the G7 countries:
Set two columns as key columns:
Use RowKey to extract a value for a given column:
Applications (1)
Properties & Relations (4)
Take a Tabular object with a key column:
Row extraction can be performed with RowKey:
Key wrappers can also be used to extract a tabular row:
Keys of a Tabular object returns a list of RowKey expressions if key columns are specified:
RowKey[{key1,key2,…}] allows indexing rows by the values of multiple key columns:
ExtendedKey[key1,key2,…] allows specifying columns by multiple values:
RowKey can contain keys corresponding to columns specified by ExtendedKey objects:
See Also
Tabular Key ExtendedKey Keys ColumnKeys FromTabular TabularRow
Related Guides
History
Text
Wolfram Research (2025), RowKey, Wolfram Language function, https://reference.wolfram.com/language/ref/RowKey.html.
CMS
Wolfram Language. 2025. "RowKey." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RowKey.html.
APA
Wolfram Language. (2025). RowKey. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RowKey.html
BibTeX
@misc{reference.wolfram_2025_rowkey, author="Wolfram Research", title="{RowKey}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/RowKey.html}", note=[Accessed: 16-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_rowkey, organization={Wolfram Research}, title={RowKey}, year={2025}, url={https://reference.wolfram.com/language/ref/RowKey.html}, note=[Accessed: 16-August-2025]}