@d6 so I looked at Framian, seems like all columns in a Frame must be the same type, right? Can it support a mix?
@Evanfchan @d6 Frames use UntypedColumns which can be a mix: (TypedColumn(intCol) orElse TypedColumn(strCol)): UntypedCol
-
-
@Evanfchan@d6 Here TypedColumns wrap a Column[A] and make it an UntypedColumn. We can then mix types. -
@Evanfchan@d6 For instance, the CSV parser does essentially the orElse above so you can treat the columns as numbers or strings. - 1 more reply
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.