@@ -33,7 +33,7 @@ EXPORT_KEYS: list[str] = [
]
def clean_data(v: str) -> float | str:
if v.isalpha():
if v.replace(" ","").isalpha():
return v
return float(v)
The note is not visible to the blocked user.