lisa.datautils#
Dataframe utilities.
Globals
Classes
Proxy class that allows extending the |
|
Proxy class that allows extending the |
|
Proxy class that allows extending the |
|
Define a signal to be used by various signal-oriented APIs. |
|
Nanosecond-precision timestamp. It inherits from |
Functions
Add a column containing the delta of the given other column. |
|
Same as |
|
Combine the duplicated rows using |
|
Convert the columns of the dataframe to their equivalent nullable dtype, when possible. |
|
Same as |
|
pre_df and post_df containing paired/consecutive events indexed by time, df_delta() merges the two dataframes and adds a |
|
Similar to |
|
Filter the content of a dataframe. |
|
Filter a dataframe using a list of |
|
Find the columns that are redundant to |
|
Make an empty clone of the given dataframe. |
|
Merge a list of |
|
Same as |
|
Yield subset of |
|
Slice a dataframe of deltas in [start:end] and ensure we have an event at exactly those boundaries. |
|
Same as |
|
Same as |
|
Similar to |
|
Align a signal to an expected reference signal using their cross-correlation. |
|
Same as |
|
Convert a |
|
Remove duplicate values in a |
|
Replace each value in |
|
Compute a derivative of a |
|
Compute the average between the mean of local maximums and local minimums of the series. |
|
Compute the integral of y with respect to x. |
|
Returns a series of local extremum. |
|
Compute the average of y by integrating with respect to x and dividing by the range of x. |
|
Slice a series using |
|
Apply a function on a rolling window of a series. |
|
Update a given series to avoid duplicated values. |
|
Select a portion of a |