TLC Industry Indicators
City of New York
@usgov.city_of_new_york_tlc_industry_indicators
City of New York
@usgov.city_of_new_york_tlc_industry_indicators
CREATE TABLE table_1 (
"year_month" TIMESTAMP,
"license_class" VARCHAR,
"trips_per_day" BIGINT,
"farebox_per_day" DOUBLE,
"unique_drivers" BIGINT,
"unique_vehicles" BIGINT,
"vehicles_per_day" BIGINT,
"avg_days_vehicles_on_road" DOUBLE,
"avg_hours_per_day_per_vehicle" DOUBLE,
"avg_days_drivers_on_road" DOUBLE,
"avg_hours_per_day_per_driver" DOUBLE,
"avg_minutes_per_trip" DOUBLE,
"percent_of_trips_paid_with_credit_card" DOUBLE,
"trips_per_day_shared" DOUBLE
);
Anyone who has the link will be able to view this.