dotnet / dotnet/machinelearning
[DataFrame] Info method display should be the same for DataFrame and DataFrameColumn
Open
area-DataFrame
enhancement
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
The `Info` method on a `DataFrame` behaves different from that of a `DataFrameColumn`. The DataFrame displays an `Info` column with labels for each column's data point (DataType, Length). The DataFrameColumn displays the same information, without the labels. Update `DataFrameColumn.Info()` method to display data with labels like `DataFrame`

Contributor guide
Assessment
This issue has not been assessed yet.