JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

use Base.foreach in column manipulations #244

Closed piever closed 5 years ago

piever commented 5 years ago

foreach uses the custom foreach implementation in IndexedTables which errors for iterators other than tuples (which is a pity, as we should support any pair iterator here).