blueetl.extract.compartment_report

Soma Potentials extractor.

Classes

CompartmentReport(df, cached, filtered)

CompartmentReport extractor class.

class blueetl.extract.compartment_report.CompartmentReport(df: DataFrame, cached: bool, filtered: bool)

Bases: ReportExtractor

CompartmentReport 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.