This will be a useful feature when using ML.Net to build pipeline in jupyter notebook, especially in data preprocessing steps.
Other useful functions can be
- IDataView.description -> similar to DataFrame.description, which prints summary information of current dataset.
- IDataView.Head(n) -> print first n rows in nice table format
- IDataView[ColumnName] -> get the column of ColumnName
This will be a useful feature when using ML.Net to build pipeline in jupyter notebook, especially in data preprocessing steps.
Other useful functions can be