replacing 'Unknown Country' by None
This commit is contained in:
@@ -16,7 +16,7 @@ class Splttype2CountryConverter:
|
||||
lambda splttype:
|
||||
Splttype2CountryConverter._getCountryNameOfSplttypeOrDefault(
|
||||
splttype = splttype,
|
||||
default = 'Unknown Country'))
|
||||
default = None))
|
||||
.astype("string"))
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user