Open sabinem opened 1 year ago
Answers:
as
in the way that makes sense, kind of like a natural answersue
or u
: does not matter, the go with the u
Hi @cmdoret @sabinem :
Thanks for the great work.
I've observed some inconsistency in the SQL queries when it comes to filtering by Canton or Municipalities names. For instance:
S.name LIKE '%Aargau%'
S.name="Canton of Bern"
S.name_de LIKE '%Bern%
Could we ensure consistency in all SQL queries? Considering the English and German dataset!
Thanks Farhad, we'll homogenize to with S.name LIKE '%Aargau%' AND S.canton = TRUE
Update from Kurt and Raphael: variety is good in this scenario, so they would rather keep it heterogenous
Discuss about the queries:
Questions:
year
in the example below?ü
is frequently turned tou
instead ofue
by R tools: should keep it as such or rather rename withue
, similar for the other german special characters.