Skip to content

Add missing implementation for datetime relevant arrow types #6201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #6144
gi82 opened this issue May 22, 2022 · 0 comments · Fixed by #6675
Closed
Tracked by #6144

Add missing implementation for datetime relevant arrow types #6201

gi82 opened this issue May 22, 2022 · 0 comments · Fixed by #6675
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

Comments

@gi82
Copy link
Contributor

gi82 commented May 22, 2022

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 gi82 added the enhancement New feature or request label May 22, 2022
@ghost ghost added the untriaged New issue has not been triaged label May 22, 2022
@michaelgsharp michaelgsharp added P2 Priority of the issue for triage purpose: Needs to be fixed at some point. Microsoft.Data.Analysis All DataFrame related issues and PRs labels Jun 13, 2022
@michaelgsharp michaelgsharp added this to the ML.NET Future milestone Jun 13, 2022
@ghost ghost removed the untriaged New issue has not been triaged label Jun 13, 2022
@ghost ghost added the in-pr label May 14, 2023
@ghost ghost removed the in-pr label Jul 6, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants