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
import numpy
import datatable as dt
a = numpy.zeros(dtype="<M8[s]", shape=(10,))
d = dt.Frame(a)
raises ValueError: cannot include dtype 'M' in a buffer.
The expected behavior is that this column gets converted into strings; and when the datetime type is implemented, it should be converted into a datetime column.
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
Sep 6, 2018
raises
ValueError: cannot include dtype 'M' in a buffer
.The expected behavior is that this column gets converted into strings; and when the datetime type is implemented, it should be converted into a datetime column.
The text was updated successfully, but these errors were encountered: