Tableau-data-types

提供:Dev Guides
移動先:案内検索

Tableau-データ型

データ分析ツールとして、Tableauはすべてのデータを4つのカテゴリ(文字列、数値、ブール値、日時)のいずれかに分類します。 ソースからデータが読み込まれると、Tableauは自動的にデータ型を割り当てます。 逆に、データ変換ルールを満たす場合は、一部のデータ型を変更することもできます。 ユーザーは、計算フィールドのデータ型を指定する必要があります。

次の表に、Tableauでサポートされているデータ型の説明を示します。

Data Type Description Example
STRING Any sequence of zero or more characters. They are enclosed within single quotes. The quote itself can be included in a string by writing it twice. 'Hello' 'Quoted' 'quote'
NUMBER These are either integers or floating points. It is advised to round the floating point numbers while using them in calculations.

3

142.58

BOOLEAN They are logical values.

TRUE

FALSE

DATE & DATETIME Tableau recognizes dates in almost all formats. But in case we need to force Tableau to recognize a string as date, then we put a # sign before the data.

"02/01/2015"

「#3 1982年3月」