SF Web Analytics For SFGov Sites
From San Francisco Open Data
@kaggle.san_francisco_sf_web_analytics_for_sfgov_sites
From San Francisco Open Data
@kaggle.san_francisco_sf_web_analytics_for_sfgov_sites
Web analytics data for SFGov sites
This is a dataset hosted by the city of San Francisco. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore San Francisco's Data using Kaggle and all of the data sources available through the San Francisco organization page!
This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.
Cover photo by Chris Liverani on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE web_analytics_for_sfgov_sites_2015_q1q2q3q4 (
"page_title" VARCHAR,
"pageviews" BIGINT,
"unique_pageviews" BIGINT,
"avg_time_on_page" VARCHAR -- Avg. Time On Page,
"entrances" BIGINT,
"bounce_rate" DOUBLE,
"n__exit" DOUBLE -- % Exit
);
Anyone who has the link will be able to view this.