A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://arrow.apache.org/docs/python/api/../generated/pyarrow.union.html below:

pyarrow.union — Apache Arrow v21.0.0

pyarrow.union#
pyarrow.union(child_fields, mode, type_codes=None)#

Create UnionType from child fields.

A union is a nested type where each logical value is taken from a single child. A buffer of 8-bit type ids indicates which child a given logical value is to be taken from.

Unions come in two flavors: sparse and dense (see also pyarrow.sparse_union and pyarrow.dense_union).

Parameters:
child_fieldssequence of Field values

Each field must have a UTF8-encoded name, and these field names are part of the type metadata.

modestr

Must be ‘sparse’ or ‘dense’

type_codeslist of integers, default None
Returns:
typeUnionType

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4