CountryOrRegionColumn 类

定义国家或地区列属性。

继承
builtins.object
CountryOrRegionColumn

构造函数

CountryOrRegionColumn(countrycode_name: Optional[str] = None, country_or_region_name: Optional[str] = None)

参数

countrycode_name
str
默认值: None

包含国家/地区代码数据的列的名称。

country_or_region_name
str
默认值: None

包含国家或地区数据的列的名称。

属性

available_column_type

获取可用列类型、CountryCode 和/或 CountryOrRegionName。

country_or_region_column_name

获取包含国家或地区数据的列的名称。

countrycode_column_name

获取包含国家/地区代码数据的列的名称。