World Solar Challenge 2019 Solar Car Positions
Solar car positions during the Bridgestone World Solar Challenge 2019
@kaggle.leo45890_bwsc_2019_car_positions
Solar car positions during the Bridgestone World Solar Challenge 2019
@kaggle.leo45890_bwsc_2019_car_positions
There's a story behind every dataset and here's your opportunity to share yours.
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE bwsc2019_car_positions (
"dist_adelaide" DOUBLE,
"name" VARCHAR,
"gps_age" VARCHAR,
"trailered" BIGINT,
"id" BIGINT,
"position" DOUBLE,
"gps_when" TIMESTAMP,
"lng" DOUBLE,
"class_id" BIGINT,
"car_name" VARCHAR,
"number" BIGINT,
"country" VARCHAR,
"lat" DOUBLE,
"dist_darwin" DOUBLE
);Anyone who has the link will be able to view this.