blueetl.extract.feature

Features extractor.

Classes

Feature(df, cached, filtered)

Features extractor class.

class blueetl.extract.feature.Feature(df: DataFrame, cached: bool, filtered: bool)

Bases: BaseExtractor

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