Baselight

MotoGP Circuits

Details of all circuits the MotoGP World Championship has raced on since 1949

@kaggle.mikeenting_motogp_circuits

Circuit Data
@kaggle.mikeenting_motogp_circuits.circuit_data

  • 11.89 KB
  • 71 rows
  • 11 columns
name

Name

location

Location

country

Country

pole_position

Pole Position

length_in_meters

Length In Meters

width_in_meters

Width In Meters

right_corners

Right Corners

left_corners

Left Corners

longest_straight

Longest Straight

constructed

Constructed

modified

Modified

Circuito de Jerez - Ángel Nieto36.7081,-6.0345ESLeft4423118560719862002
Circuit Of The Americas30.1328,-97.6368USRight551315911120020122012
Termas de Río Hondo-27.4875,-64.9471ARLeft48061695107620082013
Autódromo Internacional do Algarve37.2277,-8.6267PTLeft4592189697020082008
Lusail International Circuit25.4713,51.4909QALeft538012106106820042004
Pertamina Mandalika Circuit-8.8817,116.2763IDLeft43011561172320212021
Le Mans47.9568,0.2071FRLeft4185139567419662008
Autodromo Internazionale del Mugello43.9975,11.3719ITRight52451496114119741974
Circuit de Barcelona-Catalunya41.5698,2.2581ESLeft46571286104719912021
Sachsenring50.7078,12.7958DELeft36711231070019962003

CREATE TABLE circuit_data (
  "name" VARCHAR,
  "location" VARCHAR,
  "country" VARCHAR,
  "pole_position" VARCHAR,
  "length_in_meters" BIGINT,
  "width_in_meters" VARCHAR,
  "right_corners" BIGINT,
  "left_corners" BIGINT,
  "longest_straight" BIGINT,
  "constructed" BIGINT,
  "modified" BIGINT
);

Share link

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