Star Type Classification / NASA
For Type Prediction & Classification
@kaggle.brsdincer_star_type_classification
For Type Prediction & Classification
@kaggle.brsdincer_star_type_classification
CREATE TABLE stars (
"temperature" BIGINT,
"l" DOUBLE,
"r" DOUBLE,
"a_m" DOUBLE,
"color" VARCHAR,
"spectral_class" VARCHAR,
"type" BIGINT
);
Anyone who has the link will be able to view this.