Skip to content

Commit

Permalink
Format cells to remove redundant data
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Nov 11, 2023
1 parent 99948b2 commit 215b205
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions models/cars/amateur.csv
@@ -1,36 +1,36 @@
name,speed,acc,weight,multiplier,folder_name,stock
RC San,53.3,3.17,1.0,0.7,dino,TRUE
RC San,53.3,3.17,1,0.7,dino,TRUE
Aquasonic,55.1,2.42,1.4,0.7,tc4,TRUE
Dust Shot,54.1,2.2,1.5,0.7,dustshot,FALSE
Honeybee,54.4,2.31,1.5,0.7,honey,FALSE
Rad Signal,52.4,2.64,1.2,0.7,tcp_doh,FALSE
RC Halo,52.9,2.19,1.9,0.7,tcp_homage,FALSE
Starway,52.0,2.80,1.5,0.7,lib7b_starway,FALSE
Starway,52,2.8,1.5,0.7,lib7b_starway,FALSE
Vixen,51.8,2.47,1.5,0.7,tx9vix,FALSE
LA 54,52,2.52,1.2,0.8,tc12,TRUE
Matra XL,55.8,2.12,1.4,0.8,tc10,TRUE
AMCO TC,51.2,2.3,3.7,0.8,amcotc,FALSE
Ashley,53.5,3.1,1.4,0.8,fd118ash,FALSE
Bumblebee,50.4,2.28,1.1,0.8,bumblebee,FALSE
Ignit-9,51.9,2.30,1.5,0.8,lib9a_ignit,FALSE
Ignit-9,51.9,2.3,1.5,0.8,lib9a_ignit,FALSE
LMW,56.1,1.74,2,0.8,nrf_lmw,FALSE
Locker,52.1,2.98,1.4,0.8,tclock,FALSE
Sugar N' Spice,53.5,1.92,2.2,0.8,tcp_sugar,FALSE
Candy Pebbles,55.3,1.83,1.3,0.9,candy,TRUE
Baja Dash,49.9,2.52,2.0,0.9,lib8a_dash,FALSE
Baja Dash,49.9,2.52,2,0.9,lib8a_dash,FALSE
Mongoose,53.1,2,1.4,0.9,mongoose,FALSE
Muller GT,52.4,2.41,1.4,0.9,muller_gt,FALSE
Stonemason,55,2,2.3,0.9,rip,FALSE
Strax,50.4,2.58,1.4,0.9,strax,FALSE
The Rook,55.3,1.93,1.3,0.9,tcp_rook,FALSE
X-6 Nitro,51.8,2.3,1.6,0.9,jgp_x6,FALSE
Mouse,54.7,2.9,2.3,1.0,mouse,TRUE
Kyarus,52.2,3.15,1.3,1.0,kyarus,FALSE
Phantum,55.2,1.88,1.6,1.0,phantum,FALSE
Reddlum,53.4,2.90,1.8,1.0,reddlum,FALSE
Road King,50.1,3.13,2.8,1.0,roadking,FALSE
Six Shooter,52.1,2.92,1.94,1.0,sixshooter,FALSE
Slim,52.3,2.27,1.3,1.0,lib16c_slim,FALSE
Mouse,54.7,2.9,2.3,1,mouse,TRUE
Kyarus,52.2,3.15,1.3,1,kyarus,FALSE
Phantum,55.2,1.88,1.6,1,phantum,FALSE
Reddlum,53.4,2.9,1.8,1,reddlum,FALSE
Road King,50.1,3.13,2.8,1,roadking,FALSE
Six Shooter,52.1,2.92,1.94,1,sixshooter,FALSE
Slim,52.3,2.27,1.3,1,lib16c_slim,FALSE
Queen Bee,52.3,2.33,1.9,1.2,tcp_drifter,FALSE
RC Phink,49.8,2.28,1.6,1.4,jg6rc,TRUE
Genghis Kar,56.5,1.66,2,1.6,gencar,TRUE

0 comments on commit 215b205

Please sign in to comment.