Base Series Operations#
This constitutes the fundamental API to deal with series on an individual basis.
Get a series by name. |
|
Update a series named by <name> with the input pandas series. |
|
Update several series at once. |
|
Replace a series named by <name> with the input pandas series. |
|
Checks the existence of a series with a given name. |
|
Provide the source name of a series. |
|
Override to add dependency checking. |
|
Rename a series. |
|
Return the type of a series, for instance 'primary' or 'formula'. |
|
Return a pandas interval object which provides the smallest and highest value date of a series. |
|
Return a tuple of timedelta, float (between 0 and 1). |
|
Get the list of all insertion dates (as pandas timestamps). |
|
Get all versions of a series in the form of a dict from insertion dates to series version. |
|
Compute a series whose value dates are the most recent constrained to be delta time after the insertion dates of the series. |
|
Staircase a series by block |
|
Remove revisions after a specific insertion date. |
|
Return a list of revisions for a given series, in reverse chronological order, with filters. |
|
Return a series metadata dictionary. |
|
Return a series internal metadata dictionary. |
|
Replace a series metadata with a dictionary from strings to anything json-serializable. |
|
Update a series metadata with a dictionary from strings to anything json-serializable. |
|
Get a list of the the older versions of the metadata. |
|
List available metadata keys |
|
List available internal metadata keys |
|