Overview: Quilt: Iterator

Detail: Quilt: Iterator

Detail

Quilt.iter_array(*, axis)

Iterator of np.array, where arrays are drawn from columns (axis=0) or rows (axis…

Detail

Quilt.iter_array(*, axis).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_array(*, axis).apply_iter(func)

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

Detail

Quilt.iter_array(*, axis).apply_iter_items(func)

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

Detail

Quilt.iter_array(*, axis).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

Quilt.iter_array_items(*, axis)

Iterator of pairs of label, np.array, where arrays are drawn from columns (axis=…

Detail

Quilt.iter_array_items(*, axis).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_array_items(*, axis).apply_iter(func)

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

Detail

Quilt.iter_array_items(*, axis).apply_iter_items(func)

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

Detail

Quilt.iter_array_items(*, axis).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

Quilt.iter_series(*, axis)

Iterator of Series, where Series are drawn from columns (axis=0) or rows (axis=1…

Detail

Quilt.iter_series(*, axis).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_series(*, axis).apply_iter(func)

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

Detail

Quilt.iter_series(*, axis).apply_iter_items(func)

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

Detail

Quilt.iter_series(*, axis).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

Quilt.iter_series_items(*, axis)

Iterator of pairs of label, Series, where Series are drawn from columns (axis=0)…

Detail

Quilt.iter_series_items(*, axis).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_series_items(*, axis).apply_iter(func)

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

Detail

Quilt.iter_series_items(*, axis).apply_iter_items(func)

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

Detail

Quilt.iter_series_items(*, axis).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

Quilt.iter_tuple(*, axis, constructor)

Iterator of NamedTuple, where tuples are drawn from columns (axis=0) or rows (ax…

Detail

Quilt.iter_tuple(*, axis, constructor).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_tuple(*, axis, constructor).apply_iter(func)

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

Detail

Quilt.iter_tuple(*, axis, constructor).apply_iter_items(func)

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

Detail

Quilt.iter_tuple(*, axis, constructor).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

Quilt.iter_tuple(*, axis, constructor).map_all(mapping, *, dtype, name, index_constructor)

Apply a mapping; for values not in the mapping, an Exception is raised. Returns…

Detail

Quilt.iter_tuple(*, axis, constructor).map_all_iter(mapping)

Apply a mapping; for values not in the mapping, an Exception is raised. A genera…

Detail

Quilt.iter_tuple(*, axis, constructor).map_all_iter_items(mapping)

Apply a mapping; for values not in the mapping, an Exception is raised. A genera…

Detail

Quilt.iter_tuple(*, axis, constructor).map_any(mapping, *, dtype, name, index_constructor)

Apply a mapping; for values not in the mapping, the value is returned. Returns a…

Detail

Quilt.iter_tuple(*, axis, constructor).map_any_iter(mapping)

Apply a mapping; for values not in the mapping, the value is returned. A generat…

Detail

Quilt.iter_tuple(*, axis, constructor).map_any_iter_items(mapping)

Apply a mapping; for values not in the mapping, the value is returned. A generat…

Detail

Quilt.iter_tuple(*, axis, constructor).map_fill(mapping, *, fill_value, dtype, name, index_constructor)

Apply a mapping; for values not in the mapping, the fill_value is returned. Retu…

Detail

Quilt.iter_tuple(*, axis, constructor).map_fill_iter(mapping, *, fill_value)

Apply a mapping; for values not in the mapping, the fill_value is returned. A ge…

Detail

Quilt.iter_tuple(*, axis, constructor).map_fill_iter_items(mapping, *, fill_value)

Apply a mapping; for values not in the mapping, the fill_value is returned. A ge…

Detail

Quilt.iter_tuple_items(*, axis, constructor)

Iterator of pairs of label, NamedTuple, where tuples are drawn from columns (axi…

Detail

Quilt.iter_tuple_items(*, axis, constructor).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_tuple_items(*, axis, constructor).apply_iter(func)

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

Detail

Quilt.iter_tuple_items(*, axis, constructor).apply_iter_items(func)

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

Detail

Quilt.iter_tuple_items(*, axis, constructor).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

Quilt.iter_tuple_items(*, axis, constructor).map_all(mapping, *, dtype, name, index_constructor)

Apply a mapping; for values not in the mapping, an Exception is raised. Returns…

Detail

Quilt.iter_tuple_items(*, axis, constructor).map_all_iter(mapping)

Apply a mapping; for values not in the mapping, an Exception is raised. A genera…

Detail

Quilt.iter_tuple_items(*, axis, constructor).map_all_iter_items(mapping)

Apply a mapping; for values not in the mapping, an Exception is raised. A genera…

Detail

Quilt.iter_tuple_items(*, axis, constructor).map_any(mapping, *, dtype, name, index_constructor)

Apply a mapping; for values not in the mapping, the value is returned. Returns a…

Detail

Quilt.iter_tuple_items(*, axis, constructor).map_any_iter(mapping)

Apply a mapping; for values not in the mapping, the value is returned. A generat…

Detail

Quilt.iter_tuple_items(*, axis, constructor).map_any_iter_items(mapping)

Apply a mapping; for values not in the mapping, the value is returned. A generat…

Detail

Quilt.iter_tuple_items(*, axis, constructor).map_fill(mapping, *, fill_value, dtype, name, index_constructor)

Apply a mapping; for values not in the mapping, the fill_value is returned. Retu…

Detail

Quilt.iter_tuple_items(*, axis, constructor).map_fill_iter(mapping, *, fill_value)

Apply a mapping; for values not in the mapping, the fill_value is returned. A ge…

Detail

Quilt.iter_tuple_items(*, axis, constructor).map_fill_iter_items(mapping, *, fill_value)

Apply a mapping; for values not in the mapping, the fill_value is returned. A ge…

Detail

Quilt.iter_window(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment)

Iterator of windowed values, where values are given as a Frame. Args: size: Elem…

Detail

Quilt.iter_window(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_window(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply_iter(func)

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

Detail

Quilt.iter_window(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply_iter_items(func)

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

Detail

Quilt.iter_window(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).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

Quilt.iter_window_array(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment)

Iterator of windowed values, where values are given as a np.array. Args: size: E…

Detail

Quilt.iter_window_array(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_window_array(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply_iter(func)

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

Detail

Quilt.iter_window_array(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply_iter_items(func)

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

Detail

Quilt.iter_window_array(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).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

Quilt.iter_window_array_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment)

Iterator of pairs of label, windowed values, where values are given as a np.arra…

Detail

Quilt.iter_window_array_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_window_array_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply_iter(func)

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

Detail

Quilt.iter_window_array_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply_iter_items(func)

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

Detail

Quilt.iter_window_array_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).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

Quilt.iter_window_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment)

Iterator of pairs of label, windowed values, where values are given as a Frame….

Detail

Quilt.iter_window_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply(func, *, dtype, name, index_constructor, columns_constructor)

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

Detail

Quilt.iter_window_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply_iter(func)

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

Detail

Quilt.iter_window_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).apply_iter_items(func)

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

Detail

Quilt.iter_window_items(*, size, axis, step, window_sized, window_func, window_valid, label_shift, label_missing_skips, label_missing_raises, start_shift, size_increment).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…

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