-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Microsoft.Data.AnalysisAll DataFrame related issues and PRsAll DataFrame related issues and PRsenhancementNew feature or requestNew feature or request
Milestone
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Microsoft.Data.AnalysisAll DataFrame related issues and PRsAll DataFrame related issues and PRsenhancementNew feature or requestNew feature or request