gvwilson / tidyblocks

A blocks-based interface for tidy data manipulation and analysis.
Other
82 stars 28 forks source link

Changing the iteration protocol. #399

Closed gvwilson closed 4 years ago

gvwilson commented 4 years ago

Some blocks will require the whole data array in order to do their job (e.g., shift) - they can't be done row-wise.