Baselight

Automated Teller Machines

Number of automated teller machines (ATMs) per 100,000 adults.

@kaggle.willianoliveiragibin_automated_teller_machines

Automated Teller Machines Atms New
@kaggle.willianoliveiragibin_automated_teller_machines.automated_teller_machines_atms_new

  • 25.66 KB
  • 3232 rows
  • 3 columns
country

Country

year

Year

automated_teller_machines_atms

Automated Teller Machines (ATMs)

Central African Republic20040
Chad20040
Equatorial Guinea20040
Sudan20040
Syria20040
Lower-middle-income countries20042.125
Middle East and North Africa (WB)20048.325
Upper-middle-income countries200415.925
Maldives20047.2
Belize200428.02

CREATE TABLE automated_teller_machines_atms_new (
  "country" VARCHAR,
  "year" BIGINT,
  "automated_teller_machines_atms" VARCHAR
);