LinkNYC Weekly Usage (Updated)
City of New York
@usgov.city_of_new_york_linknyc_weekly_usage_updated
City of New York
@usgov.city_of_new_york_linknyc_weekly_usage_updated
The weekly dataset contains regularly updated data on how the LinkNYC kiosks are being used, including numbers of users, number of Wi-Fi sessions, amount of data transmitted and other information. Data accuracy is limited as of the date of publication and by the methodology and accuracy of the original sources. The City shall not be liable for any costs related to, or in reliance of, the data contained in these datasets.
Organization: City of New York
Last updated: 2020-11-20T17:18:07.969922
Tags: linknyc, statistics, usage, weekly-statistics
CREATE TABLE table_1 (
"report_ending_weekly_starting_on_sundays" TIMESTAMP -- Report Ending (weekly Starting On Sundays),
"number_of_sessions" BIGINT,
"average_session_length" VARCHAR,
"number_of_unique_clients" BIGINT,
"tb_downloaded" DOUBLE,
"tb_uploaded" DOUBLE,
"cumulative_bandwidth_utilization_to_date_tb" DOUBLE -- Cumulative Bandwidth Utilization To Date (TB),
"cumulative_sessions_to_date" BIGINT,
"cumulative_subscribers_to_date" BIGINT
);Anyone who has the link will be able to view this.