Add missing implementation for datetime relevant arrow types #6201
Labels
enhancement
New feature or request
Microsoft.Data.Analysis
All DataFrame related issues and PRs
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
Milestone
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
The text was updated successfully, but these errors were encountered: