Cannot run Transform on DataFrame with DateTime type #6213
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
System Information (please complete the following information):
Describe the bug
I'm adding the DateTime type to Model Builder, but unfortunately a few features are broken because of DataFrame support. DataFrame doesn't support the DateTime type directly. However I can add a PrimitiveDataFrameColumn of type DateTime. This displays correctly but breaks when I try to use the DataFrame for a prediction
To Reproduce
Steps to reproduce the behavior:
var resultDataView = model.Transform(dataFrame /*DataFrame with DateTime*/);
I have a notebook with the problem here DateTimeDF.zip
Expected behavior
Since IDataView supports the DateTime type, I expect DataFrame to support it as well.
The text was updated successfully, but these errors were encountered: