Baselight

Haberman Cancer Survival Data Set

Finding the survival of patients using data set and data processing.

@kaggle.krpiku_haberman_csv

Haberman
@kaggle.krpiku_haberman_csv.haberman

  • 4.27 KB
  • 305 rows
  • 4 columns
age

Age

year

Year

nodes

Nodes

status

Status

306411
306231
30651
315921
316541
3358101
33601
34592
346692
3458301

CREATE TABLE haberman (
  "age" BIGINT,
  "year" BIGINT,
  "nodes" BIGINT,
  "status" BIGINT
);

Share link

Anyone who has the link will be able to view this.