Data Analysis On Diamonds Dataset
Diamond's price prediction using Regression
@kaggle.swatikhedekar_price_prediction_of_diamond
Diamond's price prediction using Regression
@kaggle.swatikhedekar_price_prediction_of_diamond
Here I am exploring and do analysis the dataset on diamonds.
github link: https://github.com/Swatikhedekar/Dada-Analysis-on-Diamonds-Dataset
If you like,please upvote!
CREATE TABLE diamonds (
"unnamed_0" BIGINT -- Unnamed: 0,
"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.