Open
Description
Visual Studio has the ability to visualize a data set if the object is a System.Data.DataTable
.
We currently have some debugger extension methods:
machinelearning/src/Microsoft.ML.Data/DebuggerExtensions.cs
Lines 15 to 62 in b861b5d
We should consider making these return DataTable
, so VS can visualize them. Or potentially we could add ancillary methods that return DataTable
, and keep the current methods returning DataDebuggerPreview
, if we think the current experience has value over the visualization in VS.