utils

module of dascore source

Utilities for dascore.

Functions

Name Description
move_max Moving maximum filter.
move_mean Moving mean filter.
move_median Moving median filter.
move_min Moving minimum filter.
move_std Moving standard deviation filter.
move_sum Moving sum filter.
moving_window Generic moving window operation with automatic engine selection.
to_datetime64 Convert an object to a datetime64.
to_timedelta64 Convert an object to timedelta64.

Modules

Name Description
array Utilities for working with patches and arrays.
attrs Utils for working with attributes.
chunk Utilities for chunking dataframes.
coordmanager Utilities for working with coordinate managers.
deprecate A module for handling deprecations.
display Utils for displaying dascore objects.
docs Utilities for documentation.
downloader Simple script for downloading external files.
hdf5 Utilities for working with HDF5 files.
io Utilities for basic IO tasks.
jit Module for applying just in time compilation to speed up functions.
mapping A few mappings that might be useful.
misc Misc Utilities.
models Utilities for models.
moving Unified interface for moving window operations with automatic engine selection.
patch Utilities for working with the Patch class.
pd Pandas utilities.
plotting Utilities for plotting with matplotlib.
progress Simple interface for progress markers.
signal Utilities for signal processing.
time Utility for working with time.
transformatter Implements logic to apply formatting changes to patches from transformations.
xml Utilities for working with xml files.