Skip to content

Better display of DataFrame in IEnumerable Visualizer #7420

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

Open
TheJanzap opened this issue Mar 12, 2025 · 1 comment
Open

Better display of DataFrame in IEnumerable Visualizer #7420

TheJanzap opened this issue Mar 12, 2025 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@TheJanzap
Copy link

Is your feature request related to a problem? Please describe.
Currently, it is quite inconvenient to look at data inside of a DataFrame during debugging. It is possible to view the data via the "Results View" of the "Rows"/"Columns" properties, but with a lot of data, this gets inconvenient

Visual Studio added the IEnumerable Visualizer a while ago and I think it could significantly increase the debug experience, since it also allows to export data to CSV.

Currently, it is possible to have a view like this of the data:

Image

This is not ideal, as in every row the whole DataFrame is inserted in the ._dataFrame column.

Describe the solution you'd like
I'd like to see better support for the IEnumerable Visualizer, so when viewing rows in it, every column has its own field.

Describe alternatives you've considered
If this is impractical, it would also help to just remove the _dataFrame column from the IEnumerable view to make CSV exports a lot more digestable.

@TheJanzap TheJanzap added the enhancement New feature or request label Mar 12, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged label Mar 12, 2025
@michaelgsharp
Copy link
Member

@michaelgsharp michaelgsharp added this to the ML.NET Future milestone Mar 17, 2025
@michaelgsharp michaelgsharp removed the untriaged New issue has not been triaged label Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants