datatable icon indicating copy to clipboard operation
datatable copied to clipboard

time64 enhancement

Open econwang opened this issue 4 years ago • 1 comments

  • [x] Suppose there is one column stores time in UNIX epoch with integer type, provide a function that trans this column to time64, something like pandas.to_datetime

  • [ ] When exporting time64 column to csv, provide a format parameter, currently datatable just ignores zeros in microseconds and milliseconds, which is not convient for the parser of other packages.

econwang avatar May 23 '21 05:05 econwang

First request is now implemented via a type cast

st-pasha avatar Jun 22 '21 21:06 st-pasha