Haberman Cancer Survival Data Set
Finding the survival of patients using data set and data processing.
@kaggle.krpiku_haberman_csv
Finding the survival of patients using data set and data processing.
@kaggle.krpiku_haberman_csv
CREATE TABLE haberman (
"age" BIGINT,
"year" BIGINT,
"nodes" BIGINT,
"status" BIGINT
);
Anyone who has the link will be able to view this.