RuleEngine.RdThis class facilitates the processing and evaluation of indicators on a dataset by leveraging a database engine. It is designed to work with data frames and ensures efficient handling of operations, including validation of unique identifiers and saving results.
RuleEngine(df, unique_identifier_column, database_path = ":memory:")Data frame. Data frame object in which you want to process the indicators.
Character. Name of the column containing the unique identifiers for the provided dataframe (there can be no repeated values in this column).
Character. Path where you want to save the database needed to calculate the indicators. By default ":memory:" (in memory).
A RuleEngine Object.