machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

Add missing implementation for datetime relevant arrow types

Open gi82 opened this issue 3 years ago • 0 comments

At the moment, it is not possible to create a dataframe containing datetime columns using the static method DataFrame FromArrowRecordBatch(RecordBatch recordBatch) This will be helpful for loading a recordBatch using Apache Arrow

The method can be extended to support datetime colums. It might be useful to check which types are already implemented in Aoache.Arrow https://github.com/apache/arrow/blob/master/csharp/src/Apache.Arrow/Arrays/ArrowArrayFactory.cs

gi82 avatar May 22 '22 17:05 gi82