dotnet / dotnet/machinelearning
DataFrame and PowerQuery Tables
Open
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
Assessment
This issue has not been assessed yet.