dotnet / dotnet/machinelearning

Add a ToDataFrame(Enumerable<T> enumerable) Method

Open
#6,986 1 comment 0 reactions 0 assignees View on GitHub
area-DataFrame enhancement needs-further-triage untriaged
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

I used to work with DataFrames and RStudio some years ago but only have been using C# with line of business apps in the recent years.

When tasked with a data analysis task I was happy to learn of polyglot Notebooks and that there is a DataFrame in C# which saves me from relearning R (or even worse, having to ask someone for permission)

With LINQ I am very familiar and thought it would be easy to work with dataFrames in c#.

I actually found it a bit tedious to generate a data frame from an IEnumerable and thought it should be easier, especially to help C#-devs to getting used to start with ML.NET

I wrote a very basic ToDataFrame() helper, which i guess is too slow but describes the need pretty well, I hope. It's placed here: https://github.com/janschreier/dataframehelper/tree/main

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.