Baselight

1000 Cameras Dataset

Data describing 1000 cameras in 13 properties

@kaggle.crawford_1000_cameras_dataset

Loading...
Loading...

About this Dataset

1000 Cameras Dataset

Context

Some camera enthusiast went and described 1,000 cameras based on 13 properties!

Content

Row one describes the datatype for each column and can probably be removed.

The 13 properties of each camera:

  • Model
  • Release date
  • Max resolution
  • Low resolution
  • Effective pixels
  • Zoom wide (W)
  • Zoom tele (T)
  • Normal focus range
  • Macro focus range
  • Storage included
  • Weight (inc. batteries)
  • Dimensions
  • Price

Acknowledgements

These datasets have been gathered and cleaned up by Petra Isenberg, Pierre Dragicevic and Yvonne Jansen. The original source can be found here.

This dataset has been converted to CSV.

Tables

Camera Dataset

@kaggle.crawford_1000_cameras_dataset.camera_dataset
  • 30.21 KB
  • 1038 rows
  • 13 columns
Loading...

CREATE TABLE camera_dataset (
  "model" VARCHAR,
  "release_date" BIGINT,
  "max_resolution" DOUBLE,
  "low_resolution" DOUBLE,
  "effective_pixels" DOUBLE,
  "zoom_wide_w" DOUBLE,
  "zoom_tele_t" DOUBLE,
  "normal_focus_range" DOUBLE,
  "macro_focus_range" DOUBLE,
  "storage_included" DOUBLE,
  "weight_inc_batteries" DOUBLE,
  "dimensions" DOUBLE,
  "price" DOUBLE
);

Share link

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