Jump to content
One on One Extensive Advanced Excel Training ×
Business Intelligence & Analytics for Digital Transformation

Saurabh Jain

Administrators
  • Posts

    1,724
  • Joined

  • Last visited

  • Days Won

    61

Everything posted by Saurabh Jain

  1. Infers the granular number type (Int64.Type, Double.Type, and so on) of a number encoded in text.
  2. Buffers a table into memory, isolating it from external changes during evaluation.
  3. Sorts the rows in a table using a comparisonCriteria or a default ordering if one is not specified.
  4. Appends a column with the ranking of one or more other columns.
  5. Returns the smallest N rows in the given table. After the rows are sorted, the countOrCondition parameter must be specified to further filter the result.
  6. Returns the smallest row or rows from a table using a comparisonCriteria.
  7. Returns the largest N rows from a table. After the rows are sorted, the countOrCondition parameter must be specified to further filter the result.
  8. Returns the largest row or rows from a table using a comparisonCriteria.
  9. Replaces specific rows from a table with the new rows.
  10. Removes all occurrences of rows from a table.
  11. Determines the position or positions of any of the specified rows within the table.
  12. Determines the position or positions of a row within a table.
  13. Determines whether a table contains only distinct rows.
  14. Removes duplicate rows from a table, ensuring that all remaining rows are distinct.
  15. Determines whether any of the specified records appear as rows in the table.
  16. Determines whether all of the specified records appear as rows in the table.
  17. Determines whether the a record appears as a row in the table.
  18. Returns a table with columns converted to rows and rows converted to columns from the input table.
  19. Transforms the rows from a table using a transform function.
  20. Transforms the column types from a table using a type.
  21. Transforms the values of one or more columns.
  22. Returns a new set of columns from a single column applying a splitter function to each value.
  23. Replaces oldValue with newValue in specific columns of a table, using the provided replacer function, such as text.Replace or Value.Replace.
  24. Replaces the keys of the specified table.
  25. Replaces the error values in the specified columns with the corresponding specified value.
×
×
  • Create New...