Python API reference#

lsst_efd_client Package#

Collection of EFD utilities.

Functions#

resample(df1, df2[, interp_type])

Resample one DataFrame onto another.

rendezvous_dataframes(left, right[, ...])

Extend each record in left with a corresponding record in "right", if one exists.

merge_packed_time_series(packed_dataframe, ...)

Select fields that are time samples and unpack them into a dataframe.

Classes#

NotebookAuth([service_endpoint])

Class to help keep authentication credentials secret.

EfdClient(efd_name[, db_name, ...])

Class to handle connections and basic queries asynchronously

EfdClientSync(efd_name[, db_name, ...])

Class to handle connections and basic queries synchronously