Is your feature request related to a problem? Please describe.
There is not a good way to write the contents of a dataview to text. Two bad approaches are https://docs.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/inspect-intermediate-data-ml-net#convert-idataview-to-ienumerable and https://stackoverflow.com/a/62977137/556635.
Describe the solution you'd like
Something like pandas.to_string().
Is your feature request related to a problem? Please describe.
There is not a good way to write the contents of a dataview to text. Two bad approaches are https://docs.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/inspect-intermediate-data-ml-net#convert-idataview-to-ienumerable and https://stackoverflow.com/a/62977137/556635.
Describe the solution you'd like
Something like pandas.to_string().