View a list of all Standard mode tools in Designer Cloud. Tools are grouped according to their tool categories.
条目 | 描述 |
---|---|
Use Auto Column to automatically change the column type and size for efficient storage of string data. | |
Use Create Sample to split the input records into 2 or 3 random samples. | |
使用数据清理工具修复常见的数据质量问题。用户可以替换 Null 值、移除标点符号、修改大小写等。 | |
使用“筛选”工具根据条件选择数据。 | |
使用公式工具创建新列、对列进行更新、使用一个或多个表达式来执行各种计算和运算。 | |
Use Generate Rows to create new rows of data with an expression. | |
Use Imputation to clean up missing values in your data. | |
Use Multi-Column Binning to tile or bin on multiple columns. | |
使用多列公式,可利用一个表达式创建或更新多列。 | |
Use Multi-Row Formula to create and update columns by using row data to create formulas. | |
Use Oversample Column to automatically create balanced samples from imbalanced data for use in statistical modeling. | |
使用“随机百分比抽样”工具可返回预期行数,从而生成传入数据流的随机样本。 | |
使用行 ID 在数据中创建一个新列,用于为数据中的每行分配一个按顺序递增的唯一标识符。 | |
利用样本将数据流限制为指定的数目、百分比或随机行数。此外,抽样工具还将所选配置应用于分组所依据的列。 | |
使用“选择”工具可对流经工作流的数据列进行添加、排除和重新排序。 | |
使用选择行工具返回指定的行和行范围,包括不连续的行范围。此工具可用于故障排除和数据抽样。 | |
排序工具根据指定数据字段值的字母数字顺序,对表格中的行进行排序。 | |
使用分块工具可根据数据范围分配一个值(分块)。该工具基于用户指定的 3 种方法之一来执行此操作。 | |
利用唯一值工具对一个或多个指定列进行分组,然后对这些列进行排序,从而区分行是唯一的还是重复的。 |
条目 | 描述 |
---|---|
使用“附加列”功能,将源数据集的每一行追加到目标数据集的每一行。这种操作又被称作交叉连接。 | |
使用查找替换工具在数据集的一列中查找字符串,并在找到后将其替换为另一个字符串。您还可以使用“查找替换”将列附加到行。 | |
Use Fuzzy Match to identify non-identical duplicates of a dataset. | |
使用连接工具根据两个表格之间的公共列合并两个输入。您还可以根据行位置连接 2 个数据流。 | |
Use Join Multiple to combine 2 or more inputs based on a commonality between the input tables. By default, the tool outputs a full outer join. | |
Use Make Group to take data relationships and assemble the data into groups based on those relationships. | |
使用“合并”工具可以根据列名称或位置合并两个或更多的数据集。 |
条目 | 描述 |
---|---|
“日期时间”可以将日期/时间数据在各种不同的格式之间转换,包括倾向于表达式的格式和人类可读格式。 | |
可运用正则表达式工具通过正则表达式语法进行数据解析、匹配或替换。 | |
使用文本转换到列工具可以获取 1 列中的文本,然后根据一个或多个分隔符将字符串值拆分为多个单独的列或行。 | |
Use XML Parse to parse XML into columns. |
条目 | 描述 |
---|---|
使用安排工具手动转置和重新对列进行排列,以便于演示。数据经过转换后,每一行都会变成多行,并且您可以使用列描述数据创建新列。 | |
使用行计数工具返回通过工具的行数。当您需要流程结果的行计数报告时,可使用此工具。它甚至会返回一个计数为零的值,这是汇总工具不会执行的操作。 | |
利用交叉表工具旋转表格中数据方向,将垂直列移动到水平轴上并在指定位置汇总数据。 | |
Use Running Total to calculate a cumulative sum per row in a dataset. | |
使用汇总工具对数据执行各种(函数和计算)操作。 | |
利用转置工具旋转数据表格的方向。 | |
使用加权平均值工具可计算传入数据列的加权平均值。 |
条目 | 描述 |
---|---|
Use Column Info to output the column schema. | |
使用“动态重命名”工具可重命名上游数据中的列。使用此工具可重命名列标题中的模式,如移除前缀或用空格替换下划线。 | |
Use Dynamic Replace to quickly replace data column values, based on a condition. | |
Use Dynamic Select to select columns either by field type or via a formula. | |
Use JSON Build to build formatted JavaScript Object Notation (JSON) text from the table schema output of the JSON Parse tool. | |
Use JSON Parse to separate JSON text into a table schema for the purpose of downstream processing. | |
The SQL Transform tool enables you to write and execute custom SQL queries directly within your workflow. |