Baselight

Airplane Price Prediction

Predict Price of Different Airplanes Using Plane Specification

@kaggle.rafsunahmad_plane_price_prediction

Loading...
Loading...

About this Dataset

Airplane Price Prediction

This dataset is for plane price prediction. This dataset contain some important features of different model plane. These features are important for a plane price. To predict the price use those features. This is a machine learning regression problem.

Tables

Plane Price

@kaggle.rafsunahmad_plane_price_prediction.plane_price
  • 37.48 KB
  • 517 rows
  • 16 columns
Loading...

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
);

Share link

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