wildlife-dynamics / ecoscope-workflows

An extensible task specification and compiler for local and distributed workflows.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Task: ETL - Dataframe Filtering #40

Open walljcg opened 1 week ago

walljcg commented 1 week ago

We need an ETL task that lets us define a custom filter on a dataframe using Boolean Expressions. We can use the DataFrame.query() function for this.