microsoft / microsoft/vscode-powerquery
[Smart type resolvers] Table column operations
Open
@JordanBoltonMN is already working on this.
Since Jun 14, 2021.
smart type resolver
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 25
- Avg merge
- 8d 22h
- Merged PRs (30d)
- 2
Description
A proof-of-concept for smart type resolvers was done using Table.AddColumn. The goal is to implement a resolver for most Table/Record/List functions. This is to track the functions found in the docs.
Column operations
- Table.Column
- Table.ColumnNames
- Table.ColumnsOfType
- Table.DemoteHeaders
- Table.DuplicateColumn
- Table.HasColumns
- Table.Pivot
- Table.PrefixColumns
- Table.PromoteHeaders
- Table.RemoveColumns
- Table.ReorderColumns
- Table.RenameColumns
- Table.SelectColumns
- Table.TransformColumnNames
- Table.Unpivot
- Table.UnpivotOtherColumns
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.