KeyUnion

KeyUnion[{assoc1,assoc2,}]

連想のリストを生成する.各連想が associのキーの和集合を含む.必要な場合は,Missing[]の値が挿入される.

KeyUnion[{assoc1,assoc2,},f]

f[key]を欠落したキーに関連する値として使う.

詳細

  • KeyUnionは,すべての連想が同じ方法で並べられたキーを持つ連想のリストを返す.
  • fKeyUnionによって返されるすべてのキーを含む連想である場合,f におけるキーの順序が返される連想におけるキーの順序を決定する.
  • その他の場合,キーは associのシーケンスに最初に現れたのと同じ順序で現れる.
  • KeyUnionは,Associationオブジェクトだけでなく,規則のリストにも適用することができる.

例題

  (4)

同じキーを持つ連想のリストを作る:

すべての連想のキーを並べ直す:

関数を用いて欠落値を補う:

欠落している関数は連想の場合がある:

Wolfram Research (2014), KeyUnion, Wolfram言語関数, https://reference.wolfram.com/language/ref/KeyUnion.html.

テキスト

Wolfram Research (2014), KeyUnion, Wolfram言語関数, https://reference.wolfram.com/language/ref/KeyUnion.html.

CMS

Wolfram Language. 2014. "KeyUnion." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/KeyUnion.html.

APA

Wolfram Language. (2014). KeyUnion. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/KeyUnion.html

BibTeX

@misc{reference.wolfram_2024_keyunion, author="Wolfram Research", title="{KeyUnion}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/KeyUnion.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_keyunion, organization={Wolfram Research}, title={KeyUnion}, year={2014}, url={https://reference.wolfram.com/language/ref/KeyUnion.html}, note=[Accessed: 18-November-2024 ]}