Skip to content

DataFrame and PowerQuery Tables #6555

@dgorti

Description

@dgorti

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions