datatable icon indicating copy to clipboard operation
datatable copied to clipboard

Array columns are rendered as `unknown` in Jupyter notebooks

Open oleksiyskononenko opened this issue 4 years ago • 0 comments

import datatable as dt
DT = dt.Frame(arr=[[1, 2], [3, 4, 5]])
DT

produces

Screen Shot 2021-09-09 at 9 41 08 PM

oleksiyskononenko avatar Sep 10 '21 04:09 oleksiyskononenko