Overview: Bus: Iterator

Detail: Bus: Iterator

Detail

Bus.iter_element()

Iterator of elements.

Detail

Bus.iter_element().apply(func, *, dtype, name, index_constructor, columns_constructor)

Apply a function to each value. Returns a new container. Args: func: A function…

Detail

Bus.iter_element().apply_iter(func)

Apply a function to each value. A generator of resulting values. Args: func: A f…

Detail

Bus.iter_element().apply_iter_items(func)

Apply a function to each value. A generator of resulting key, value pairs. Args:…

Detail

Bus.iter_element().apply_pool(func, *, dtype, name, index_constructor, max_workers, chunksize, use_threads)

Apply a function to each value. Employ parallel processing with either the Proce…

Detail

Bus.iter_element_items()

Iterator of label, element pairs.

Detail

Bus.iter_element_items().apply(func, *, dtype, name, index_constructor, columns_constructor)

Apply a function to each value. Returns a new container. Args: func: A function…

Detail

Bus.iter_element_items().apply_iter(func)

Apply a function to each value. A generator of resulting values. Args: func: A f…

Detail

Bus.iter_element_items().apply_iter_items(func)

Apply a function to each value. A generator of resulting key, value pairs. Args:…

Detail

Bus.iter_element_items().apply_pool(func, *, dtype, name, index_constructor, max_workers, chunksize, use_threads)

Apply a function to each value. Employ parallel processing with either the Proce…

Bus: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Accessor Hashlib | Accessor Type Clinic