blueetl.extract.spikes

Spikes extractor.

Classes

Spikes(df, cached, filtered)

Spikes extractor class.

class blueetl.extract.spikes.Spikes(df: DataFrame, cached: bool, filtered: bool)

Bases: ReportExtractor

Spikes extractor class.

Initialize the extractor.

Parameters:
  • df – Pandas DataFrame containing the extracted data.

  • cached – True if the data have been extracted from the cache, False otherwise.

  • filtered – True if the data have been filtered using a custom query, False otherwise.