This classic dataset contains the prices
@kaggle.sahilnbajaj_diamonds_sale_data
Carat
Cut
Color
Clarity
Depth
Table
Price
X
Y
Z
CREATE TABLE diamonds ( "carat" DOUBLE, "cut" VARCHAR, "color" VARCHAR, "clarity" VARCHAR, "depth" DOUBLE, "table" DOUBLE, "price" BIGINT, "x" DOUBLE, "y" DOUBLE, "z" DOUBLE );
Anyone who has the link will be able to view this.