Description
A dataframe containing data from 1000 ships sold at a pirate auction.Format
A data frame containing 1000 rows and 8 columns
- cannons
- (integer) The number of cannons on the ship
- rooms
- (integer) The number of rooms on the ship
- age
- (numeric) The age of the ship in years
- condition
- (integer) The condition of the ship on a scale of 1 to 10
- color
- (string) The color of the ship
- style
- (string) The style of the ship - either modern or classic
- jbb
- (numeric) The pre-sale predicted value of the ship according to Jack's Blue Book (JBB)
- price
- (numeric) The actual selling price of the ship (in gold pieces, obviously)