-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
System Information (please complete the following information):
- Win 10
- Microsoft.Data.Analysis v0.20.1
- .NET Version: .NET 6
Describe the bug
I am getting below exception
Unhandled exception. System.NotImplementedException: timestamp
at Microsoft.Data.Analysis.DataFrame.AppendDataFrameColumnFromArrowArray(Field field, IArrowArray arrowArray, DataFrame ret, String fieldNamePrefix)
at Microsoft.Data.Analysis.DataFrame.FromArrowRecordBatch(RecordBatch recordBatch)
at Program.
at Program.(String[] args)
To Reproduce
Steps to reproduce the behavior:
- Take a .arrow file with one column of type Apache.Arrow.Types.TimestampType
- var dataframe = DataFrame.FromArrowRecordBatch(recordBatch);
- It will throw above exception
Expected behavior
The record batch should transform to Dataframe with appropriate tye to handle timestamp (Datetime maybe)
Metadata
Metadata
Assignees
Labels
No labels