CANCER DETAILS
Malignant and Benign
@kaggle.athirags_cancer_details
Malignant and Benign
@kaggle.athirags_cancer_details
This dataset contains details of type of cancer and their attributes for various individuals.Malignant and Benign are two types of cancer.Using this dataset we can learn more about each type.
CREATE TABLE rf (
"id" BIGINT,
"diagnosis" VARCHAR,
"radius_mean" DOUBLE,
"texture_mean" DOUBLE,
"perimeter_mean" DOUBLE,
"area_mean" DOUBLE,
"smoothness_mean" DOUBLE,
"compactness_mean" DOUBLE,
"concavity_mean" DOUBLE,
"concave_points_mean" DOUBLE,
"symmetry_mean" DOUBLE,
"fractal_dimension_mean" DOUBLE,
"radius_se" DOUBLE,
"texture_se" DOUBLE,
"perimeter_se" DOUBLE,
"area_se" DOUBLE,
"smoothness_se" DOUBLE,
"compactness_se" DOUBLE,
"concavity_se" DOUBLE,
"concave_points_se" DOUBLE,
"symmetry_se" DOUBLE,
"fractal_dimension_se" DOUBLE,
"radius_worst" DOUBLE,
"texture_worst" DOUBLE,
"perimeter_worst" DOUBLE,
"area_worst" DOUBLE,
"smoothness_worst" DOUBLE,
"compactness_worst" DOUBLE,
"concavity_worst" DOUBLE,
"concave_points_worst" DOUBLE,
"symmetry_worst" DOUBLE,
"fractal_dimension_worst" DOUBLE,
"unnamed_32" VARCHAR -- Unnamed: 32
);Anyone who has the link will be able to view this.