共用方式為


CountryOrRegionColumn 類別

定義國家或地區資料行屬性。

初始化 countrycode 和 country_or_region 資料行名稱。

繼承
builtins.object
CountryOrRegionColumn

建構函式

CountryOrRegionColumn(countrycode_name: str | None = None, country_or_region_name: str | None = None)

參數

名稱 Description
countrycode_name
str

包含國家/地區代碼資料的資料行名稱。

預設值: None
country_or_region_name
str

包含國家或地區資料的資料行名稱。

預設值: None

屬性

available_column_type

取得可用的資料行類型、CountryCode、CountryOrRegionName 或兩者。

country_or_region_column_name

取得包含國家或地區資料的資料行名稱。

countrycode_column_name

取得包含國家/地區代碼資料的資料行名稱。