dotnet / dotnet/machinelearning

[DataFrame] Info method display should be the same for DataFrame and DataFrameColumn

Open
#6,274 0 comments 0 reactions 0 assignees View on GitHub
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`

![image](https://user-images.githubusercontent.com/46974588/183125945-4a4da61b-716b-4d6f-9662-bd72eaaf9005.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.