Skip to content

Incremental / Reactive / DataFlow DataFrames #56

@sirinath

Description

@sirinath

Say you have DF a defined as:

A = B + C

Is it possible to provide the functionality with perhaps some special DFs implementation:

  1. A is computed lazily when accessed using the latest values in B and C (Pull)
  2. When B or C's values changes A gets automatically updated (Push)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions