TableRow

struct defined in module FastTabular


			TableRow{M, N}(catcols, contcols, categorydict) <: Block

Block for table rows with M categorical and N continuous columns. data is valid if it satisfies the AbstractRow interface in Tables.jl, values present in indices for categorical and continuous columns are consistent, and data is indexable by the elements of catcols and contcols.