dotnet / dotnet/machinelearning
Jupyter + ML.NET | DataFrame | Suggestion on fetching columns
Open
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
Assessment
This issue has not been assessed yet.