Baselight

Taxi Licences

City of York Council

@ukgov.taxi_licenses

Loading...
Loading...

About this Dataset

Taxi Licences

Licences are renewed annually: • Hackney carriage vehicles on 1st of June • Private hire vehicles on 1st of November A list of all Hackney Carriage and Private Hire vehicle licences issued by City of York Council. The list can be filtered to identify Wheelchair Accessible Vehicles as per Section 167 of the Equality Act 2010. For further information please visit City of York Council's website.
Publisher name: City of York Council
Last updated: 2024-12-02T04:00:01Z

Tables

Hackney Carriage Vehicles

@ukgov.taxi_licenses.hackney_carriage_vehicles
  • 9.6 KB
  • 185 rows
  • 8 columns
Loading...

CREATE TABLE hackney_carriage_vehicles (
  "make" VARCHAR,
  "model" VARCHAR,
  "regnumber" VARCHAR,
  "noofpassengers" BIGINT,
  "wheelchairadapted" VARCHAR,
  "propulsion" VARCHAR,
  "licencestartdate" TIMESTAMP,
  "licenceenddate" TIMESTAMP
);

Private Car Hire Vehicles

@ukgov.taxi_licenses.private_car_hire_vehicles
  • 15.8 KB
  • 421 rows
  • 9 columns
Loading...

CREATE TABLE private_car_hire_vehicles (
  "make" VARCHAR,
  "model" VARCHAR,
  "regnumber" VARCHAR,
  "noofpassengers" BIGINT,
  "wheelchairadapted" VARCHAR,
  "propulsion" VARCHAR,
  "licencestartdate" TIMESTAMP,
  "licenceenddate" TIMESTAMP,
  "unnamed_8" VARCHAR
);

Share link

Anyone who has the link will be able to view this.