GPU Price Trends: New Vs. Used NVIDIA & AMD
Historical Prices of 48 GPUs from Amazon and EBay Listings
@kaggle.mannacharya_historical_gpu_prices_nvidia_and_amd
Historical Prices of 48 GPUs from Amazon and EBay Listings
@kaggle.mannacharya_historical_gpu_prices_nvidia_and_amd
CREATE TABLE gpu_metadata (
"name" VARCHAR,
"wattage" VARCHAR,
"vram" VARCHAR,
"n_3dmark" BIGINT
);
CREATE TABLE gpu_price_history (
"date" VARCHAR,
"name" VARCHAR,
"retail_price" BIGINT,
"used_price" BIGINT
);
Anyone who has the link will be able to view this.