篩選與運算式的使用

Alteryx 的資料準備

Deanna Sanchez

Alteryx ACE and Owner, Nova Geographica LLC

資料篩選

  • 篩選會移除不需要的資料,聚焦特定子集。
    • 例如:[Sale Price] >= 100000

 

銷售價格表的篩選比較(更新)

Alteryx 的資料準備

篩選的概念就像…

雕塑家去除材料創作藝術的圖片

Alteryx 的資料準備

Alteryx 的篩選

Filter 工具-在 Favorites 與 Preparation 工具集中可用

共有兩種選項:

  • Basic filter
    • 一個欄位,搭配運算子與/或條件

基本數值篩選運算式範例

Alteryx 的資料準備

Alteryx 的篩選

Filter 工具-在 Favorites 與 Preparation 工具集中可用。

共有兩種選項:

  • Basic filter
    • 一個欄位,搭配運算子與/或條件

基本數值與字串篩選運算式範例

Alteryx 的資料準備

Alteryx 的篩選

Filter 工具-在 Favorites 與 Preparation 工具集中可用。

共有兩種選項:

  • Basic filter
    • 一個欄位,搭配運算子與/或條件

基本篩選運算式範例

Alteryx 的資料準備

Alteryx 的篩選

Filter 工具-在 Favorites 與 Preparation 工具集中可用。

共有兩種選項:

  • Custom filter
    • 多個條件與運算式

自訂篩選 AND 運算式範例

Alteryx 的資料準備

Alteryx 的篩選

Filter 工具-在 Favorites 與 Preparation 工具集中可用。

共有兩種選項:

  • Custom filter
    • 多個條件與運算式

自訂篩選 OR 運算式範例

Alteryx 的資料準備

Alteryx 的篩選

Filter 工具-在 Favorites 與 Preparation 工具集中可用。

共有兩種選項:

  • Custom filter
    • 多個條件與運算式

自訂篩選日期運算式範例

Alteryx 的資料準備

Filter 工具輸出

兩個輸出端點:

  • True
    • 符合條件

Filter 工具 True 輸出端點圖片

Alteryx 的資料準備

Filter 工具輸出

兩個輸出端點:

  • True
    • 符合條件
  • False
    • 不符合條件

Filter 工具 False 輸出端點圖片

Alteryx 的資料準備

AND 與 OR

自訂篩選可在條件運算式中使用 AND 與 OR。

  • AND

    • 需同時滿足「兩個」條件
    • [Shape] = 'Triangle' AND [Letter] = 'B'
  • OR

    • 需滿足「任一」條件
    • [Shape] = 'Triangle' OR [Letter] = 'B'

資料集類別圖片

Alteryx 的資料準備

AND 敘述

  • 需同時滿足「兩個」條件
    • [Shape] = 'Triangle' AND [Letter] = 'B'

含字母的各式圖形與 AND 敘述結果

Alteryx 的資料準備

OR 敘述

  • 需滿足「任一」條件
    • [Shape] = 'Triangle' OR [Letter] = 'B'

含字母的各式圖形與 OR 敘述結果

Alteryx 的資料準備

運算式語法

  • 字串資料需加引號(可用單引號或雙引號)
    • [Month] = 'January'

字串運算式範例

Alteryx 的資料準備

運算式語法

  • 數值資料不需引號
    • [Price] > 100

數值運算式範例

Alteryx 的資料準備

運算式語法

  • !表示「not」
    • !IsEmpty([Product])

驚嘆號 not 運算式範例

Alteryx 的資料準備

運算式語法

  • 請務必確認欄位的資料型別
    • [Length] = '0'(欄位是字串時,即使內容是數字也要加引號)

以數字呈現的字串運算式範例

Alteryx 的資料準備

自訂運算式中的欄位語法

  • 多段運算式的「每一段」都要包含欄位名稱
  • 在條件前「重複」放上欄位名稱

在自訂運算式中使用相同欄位的範例

Alteryx 的資料準備

Filter 工具中的公式

Filter 工具的自訂篩選提供許多可直接使用的公式。

  • 按下 Fx 按鈕檢視公式類別
  • 與 Formula 工具中的公式相同

Formula 工具的公式清單

Alteryx 的資料準備

一起來練習吧!

Alteryx 的資料準備

Preparing Video For Download...