Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmadrigal committed Aug 30, 2024
1 parent 4278bae commit 9742350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/abstractions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ some other optional parameters to intantiate these.

### GraphReduceNode
The base `GraphReduceNode` requires the following abstract methods be defined

* `do_filters` - all filter operations for this node go here (e.g., `df.filter...`)

* `do_annotate` - all annotations go here (e.g., `df['zip'] = df.zipfull.apply(lambda x: x.split('-')[0])`)
Expand Down

0 comments on commit 9742350

Please sign in to comment.