Operations#

Collection.collect_all(**kwargs)

Collect all members of the collection.

Collection.join(primary_keys[, how, ...])

Filter the collection by joining onto a data frame containing entries for the common primary key columns whose respective rows should be kept or removed in the collection members.

Collection.pipe(function, *args, **kwargs)

Apply a function to this collection.

concat_collection_members(collections, /)

Concatenate the members of collections with the same type.