microsoft / microsoft/vscode-powerquery
[Smart type resolvers] Table transformation
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.
Remaining
- Table.ReplaceKeys
- Table.CombineColumns
- Table.CombineColumnsToRecord
- Table.ExpandListColumn
- Table.ExpandRecordColumn
- Table.ExpandTableColumn
- Table.Group
- Table.Keys
- Table.ReplaceErrorValues
- Table.ReplaceKeys
- Table.ReplaceValue
- Table.TransformColumns
- Table.TransformColumnTypes
- Table.TransformRows
Completed
- Table.AddColumn
Not planned
- Table.AddFuzzyClusterColumn
- Table.AddIndexColumn
- Table.AddJoinColumn
- Table.AddKey
- Table.AggregateTableColumn
- Table.ConformToPageReader
- Table.FillDown
- Table.FillUp
- Table.FilterWithDataTable
- Table.Join
- Table.NestedJoin
- Table.ReplaceRelationshipIdentity
- Table.SplitColumn
- Table.Transpose
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.