dotnet / dotnet/machinelearning

Jupyter + ML.NET | DataFrame | Suggestion on fetching columns

Open
#5,684 11 comments 1 reaction 0 assignees View on GitHub
area-DataFrame
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

When using the DataFrame object, the current way to retrieve columns are by the **df["ColumnName"]**

It would be very neat to instead be able to get a property by executing **df.ColumnName** as a property. This may be possible to do by creating a generic version of a DataFrame, e.g.

var df = new DataFrame().ReadCsv(filePath)

I understand that the ReadCsv method currently is static, so not sure if this breaks a paradigm.

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.