list-of-countries icon indicating copy to clipboard operation
list-of-countries copied to clipboard

Use correct data types

Open lorey opened this issue 9 years ago • 0 comments
trafficstars

Currently all values are strings. The following values should be encoded in their respective format:

  • area: int
  • geoname_id: int
  • languages: list
  • neighbours: list
  • numeric: int (trailing zeroes?)
  • phone: int (trailing zeroes?)
  • population: int

lorey avatar Aug 29 '16 10:08 lorey