Airplane Price Prediction
Predict Price of Different Airplanes Using Plane Specification
@kaggle.rafsunahmad_plane_price_prediction
Predict Price of Different Airplanes Using Plane Specification
@kaggle.rafsunahmad_plane_price_prediction
CREATE TABLE plane_price (
"model_name" VARCHAR,
"engine_type" VARCHAR,
"hp_or_lbs_thr_ea_engine" VARCHAR,
"max_speed_knots" VARCHAR,
"rcmnd_cruise_knots" DOUBLE,
"stall_knots_dirty" DOUBLE,
"fuel_gal_lbs" BIGINT,
"all_eng_rate_of_climb" VARCHAR,
"eng_out_rate_of_climb" DOUBLE,
"takeoff_over_50ft" DOUBLE,
"landing_over_50ft" VARCHAR,
"empty_weight_lbs" DOUBLE,
"length_ft_in" VARCHAR,
"wing_span_ft_in" VARCHAR,
"range_n_m" DOUBLE,
"price" DOUBLE
);
Anyone who has the link will be able to view this.