CountryOrRegionColumn 类

定义国家或地区列属性。

初始化国家/地区代码和country_or_region列名。

继承
builtins.object
CountryOrRegionColumn

构造函数

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

参数

名称 说明
countrycode_name
str

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

默认值: None
country_or_region_name
str

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

默认值: None

属性

available_column_type

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

country_or_region_column_name

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

countrycode_column_name

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