Spanish Rail Tickets Pricing - Renfe
All Renfe trips with price description and available seats
@kaggle.thegurusteam_spanish_high_speed_rail_system_ticket_pricing
All Renfe trips with price description and available seats
@kaggle.thegurusteam_spanish_high_speed_rail_system_ticket_pricing
"We get Data from the Internet and We make it available to the World"
CREATE TABLE thegurus_opendata_renfe_trips (
"id" BIGINT,
"company" VARCHAR,
"origin" VARCHAR,
"destination" VARCHAR,
"departure" TIMESTAMP,
"arrival" TIMESTAMP,
"duration" DOUBLE,
"vehicle_type" VARCHAR,
"vehicle_class" VARCHAR,
"price" DOUBLE,
"fare" VARCHAR,
"seats" DOUBLE,
"meta" VARCHAR,
"insert_date" VARCHAR
);Anyone who has the link will be able to view this.