Groups#
A group is a set of related series (e.g. the scenarios of a same
signal) manipulated as a single object. Most operations available on
individual series have a group counterpart, prefixed with group_.
Checks the existence of a group with a given name. |
|
Get a group by name. |
|
Update a group named by <name> with the input dataframe. |
|
Replace a group named by <name> with the input dataframe. |
|
Override to add dependency checking. |
|
Rename a group. |
|
Return the type of a group, for instance 'primary', 'formula' or 'bound' |
|
Provide the source name of a group. |
|
Return the value date range of a group. |
|
Return the inferred frequency of a group. |
|
Get the list of all insertion dates for any given group |
|
Get all versions of a group in the form of a dict from insertion dates to dataframe. |
|
Return a group metadata dictionary. |
|
Return a group internal metadata dictionary. |
|
Get a list of the the older versions of the metadata. |
|
Update a group metadata with a dictionary from strings to anything json-serializable. |
|
Replace a group metadata with a dictionary from strings to anything json-serializable. |
|
Return a list of group descriptors matching the query. |
|
Produces a catalog of all groups in the form of a mapping from source to a list of (name, kind) pair. |