You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> DT = dt.Frame(range(300000000))
>>> DT[:, "A"] = dt.str32(f[0])
ValueError: The size of new_strbuf does not correspond to the last offset of new_offbuff: expected 2588888890, got 441405242
The total size of string data in the column exceeds int32, but the converter is not smart enough to automatically convert to str64.
The text was updated successfully, but these errors were encountered:
st-pasha
added
the
bug
Any bugs / errors in datatable; however for severe bugs use [segfault] label
label
Mar 1, 2019
The total size of string data in the column exceeds
int32
, but the converter is not smart enough to automatically convert tostr64
.The text was updated successfully, but these errors were encountered: