Statistics On Passenger Traffic Of Hong Kong
from Immigration of HKSAR
@kaggle.terrencetangt_statistics_on_passenger_traffic_of_hong_kong
from Immigration of HKSAR
@kaggle.terrencetangt_statistics_on_passenger_traffic_of_hong_kong
Statistics on Passenger Traffic of Hong Kong by Arrivals and Departures and control points
sources from the website from Immigration Department of HKSAR
The above provisional figures are for reference only.
The passenger clearance services at the following control points are temporarily suspended:
Hung Hom and Sha Tau Kok (starting from 30 January 2020).
CREATE TABLE hong_kong_statistics_passenger_traffic_20200124_20230819 (
"date" VARCHAR,
"control_point" VARCHAR,
"arrival_departure" VARCHAR -- Arrival / Departure,
"hong_kong_residents" VARCHAR,
"mainland_visitors" BIGINT,
"other_visitors" BIGINT,
"total" BIGINT
);
Anyone who has the link will be able to view this.