JuliaAI / ScientificTypes.jl

An API for dispatching on the "scientific" type of data instead of the machine type
MIT License
96 stars 8 forks source link

Allow autotype on AbstractArray #47

Closed tlienart closed 4 years ago

tlienart commented 4 years ago

It will have to be another function with similar but different internals as there is no schema for an AbstractArray. The rest should look broadly similar.

ablaom commented 4 years ago

This is a bit strange, as I imagined that the table case is built on methods applied one column at-a-time. And the column methods, which act on vectors, could presumably be applied unaltered to arrays. But maybe I'm missing something here.