You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Completed
Not planned
The text was updated successfully, but these errors were encountered: