Baselight

Trafford Council - Parking Account

Trafford Council

@ukgov.trafford_council_parking_account

Trafford-parking-account
@ukgov.trafford_council_parking_account.trafford_parking_account

  • 28.94 KB
  • 10 rows
  • 32 columns
organisation_name

Organisation Name

organisation_code

Organisation Code

period

Period

on_street_income_parking

On Street Income:Parking

on_street_income_permit

On Street Income:Permit

on_street_income_pcn

On Street Income:PCN

on_street_income_blue_badge

On Street Income:Blue Badge

on_street_income_other

On Street Income:Other

on_street_income_total

On Street Income:Total

on_street_costs_enforcement

On Street Costs:Enforcement

on_street_costs_admin

On Street Costs:Admin

on_street_costs_schemes

On Street Costs:Schemes

on_street_costs_capital

On Street Costs:Capital

on_street_costs_other

On Street Costs:Other

on_street_costs_total

On Street Costs:Total

on_street_surplus_deficit

On Street Surplus/Deficit

on_street_surplus_deficit_spend_off_street_parking

On Street Surplus/Deficit Spend:Off Street Parking

on_street_surplus_deficit_spend_park_and_ride

On Street Surplus/Deficit Spend:Park And Ride

on_street_surplus_deficit_spend_supported_bus

On Street Surplus/Deficit Spend:Supported Bus

on_street_surplus_deficit_spend_concessionary_fares

On Street Surplus/Deficit Spend:Concessionary Fares

on_street_surplus_deficit_spend_community_transport

On Street Surplus/Deficit Spend:Community Transport

on_street_surplus_deficit_spend_shopmobility

On Street Surplus/Deficit Spend:Shopmobility

on_street_surplus_deficit_spend_school_crossing

On Street Surplus/Deficit Spend:School Crossing

on_street_surplus_deficit_spend_highway_maintenance

On Street Surplus/Deficit Spend:Highway Maintenance

on_street_surplus_deficit_spend_transport_planning

On Street Surplus/Deficit Spend:Transport Planning

on_street_surplus_deficit_spend_other

On Street Surplus/Deficit Spend:Other

off_street_income_parking

Off Street Income:Parking

off_street_income_pcn

Off Street Income:PCN

off_street_income_other

Off Street Income:Other

off_street_income_total

Off Street Income:Total

off_street_costs_total

Off Street Costs:Total

off_street_surplus_deficit

Off Street Surplus/Deficit

Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2014/15180496146889827443217411176569476009513177820990005186562186562466394NA668467063196574270489
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2015/16264180144656798654297841237273451312517711820969842265679265679581200NA4944586143322504263639
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2016/17358028156963842298381381395425465925417711820884456510969510971646857NA1650648507226874421633
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2017/18525958167651895128538011642537481485507735150201004240638297638297902297NA393902690143207759483
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2018/19542532187329100770044664178222540951247056820606900686881539881539897961NA4500902461110741791720
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2019/204789492060631084779505491820340459585442705.7417433.46919724.2900615.8900615.8640791.84NA16425657216.84283817373399.84
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2020/2122822121139363603325921078239456634413667.2619600.91889902.17188336.83188336.83167599.36NA24100191699.36250754.41-59055.05
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2021/22442374240264926757430681652463492228444776.6120596.85957601.46694861.54694861.54324326.48NA30000354326.48253231.2101095.28
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2022/23635744.68252673.571056035.4454426.671998880.36606094.7547348426103.821105682.57893197.79893197.79393910.73NA30000423910.73299127.7124783.03
Trafford Councilhttps://opendatacommunities.org/id/metropolitan-district-council/trafford2023/24656225.51262308.851249906.2450014.132218454.73746563.08484412.5435279.581266255.2952199.53952199.53490681.17NA30264.8520945.97245358.64275587.33

CREATE TABLE trafford_parking_account (
  "organisation_name" VARCHAR,
  "organisation_code" VARCHAR,
  "period" VARCHAR,
  "on_street_income_parking" DOUBLE,
  "on_street_income_permit" DOUBLE,
  "on_street_income_pcn" DOUBLE,
  "on_street_income_blue_badge" BIGINT,
  "on_street_income_other" DOUBLE,
  "on_street_income_total" DOUBLE,
  "on_street_costs_enforcement" DOUBLE,
  "on_street_costs_admin" DOUBLE,
  "on_street_costs_schemes" BIGINT,
  "on_street_costs_capital" DOUBLE,
  "on_street_costs_other" BIGINT,
  "on_street_costs_total" DOUBLE,
  "on_street_surplus_deficit" DOUBLE,
  "on_street_surplus_deficit_spend_off_street_parking" BIGINT,
  "on_street_surplus_deficit_spend_park_and_ride" BIGINT,
  "on_street_surplus_deficit_spend_supported_bus" BIGINT,
  "on_street_surplus_deficit_spend_concessionary_fares" BIGINT,
  "on_street_surplus_deficit_spend_community_transport" BIGINT,
  "on_street_surplus_deficit_spend_shopmobility" BIGINT,
  "on_street_surplus_deficit_spend_school_crossing" BIGINT,
  "on_street_surplus_deficit_spend_highway_maintenance" DOUBLE,
  "on_street_surplus_deficit_spend_transport_planning" BIGINT,
  "on_street_surplus_deficit_spend_other" BIGINT,
  "off_street_income_parking" DOUBLE,
  "off_street_income_pcn" VARCHAR,
  "off_street_income_other" DOUBLE,
  "off_street_income_total" DOUBLE,
  "off_street_costs_total" DOUBLE,
  "off_street_surplus_deficit" DOUBLE
);

Share link

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