1000 Cameras Dataset
Data describing 1000 cameras in 13 properties
@kaggle.crawford_1000_cameras_dataset
Data describing 1000 cameras in 13 properties
@kaggle.crawford_1000_cameras_dataset
Some camera enthusiast went and described 1,000 cameras based on 13 properties!
Row one describes the datatype for each column and can probably be removed.
The 13 properties of each camera:
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.
CREATE TABLE camera_dataset (
"model" VARCHAR,
"release_date" BIGINT,
"max_resolution" DOUBLE,
"low_resolution" DOUBLE,
"effective_pixels" DOUBLE,
"zoom_wide_w" DOUBLE -- Zoom Wide (W),
"zoom_tele_t" DOUBLE -- Zoom Tele (T),
"normal_focus_range" DOUBLE,
"macro_focus_range" DOUBLE,
"storage_included" DOUBLE,
"weight_inc_batteries" DOUBLE -- Weight (inc. Batteries),
"dimensions" DOUBLE,
"price" DOUBLE
);Anyone who has the link will be able to view this.