dotnet / dotnet/machinelearning

DataFrame and PowerQuery Tables

Open
#6,555 1 comment 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

I used PowerQuery quite a bit. What is awesome about PowerQuery is that it has a very rich API for Tables.
For example
`Table.AddColumn(table, "name", Func)` allows you to supply a function that generates values and add the column
```
Table.Pivot
Table.RenameColumns
Table.Distinct
Table.Group
```
allow you to manipulate tables in a very efficient and easy way.

I really would like to see a .NET version of PowerQuery or PowerQuery type API in DataFrame

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.