Worldwide Cancer Data
Worldwide cancer data 2020
@kaggle.mukhazarahmad_worldwide_cancer_data
Worldwide cancer data 2020
@kaggle.mukhazarahmad_worldwide_cancer_data
Context
Everday people are losing their lives to cancer. It is the time we could contribute towards the society.
Content
In this dataset you will find information about different cancer types, how they are affecting people and at what rate.
Acknowledgements
This data comes from https://www.wcrf.org/cancer-trends/worldwide-cancer-data/#:~:text=There%20were%20an%20estimated%2018.1,listed%20in%20the%20tables%20below.
CREATE TABLE global_cancer_incidence_both_sexes (
"unnamed_0" BIGINT -- Unnamed: 0,
"rank" DOUBLE,
"cancer" VARCHAR,
"new_cases_in_2020" BIGINT,
"n__of_all_cancers" DOUBLE -- % Of All Cancers
);CREATE TABLE global_cancer_incidence_in_men (
"unnamed_0" BIGINT -- Unnamed: 0,
"rank" DOUBLE,
"cancer" VARCHAR,
"new_cases_in_2020" BIGINT,
"n__of_all_cancers" DOUBLE -- % Of All Cancers
);CREATE TABLE global_cancer_incidence_in_women (
"unnamed_0" BIGINT -- Unnamed: 0,
"rank" DOUBLE,
"cancer" VARCHAR,
"new_cases_in_2020" BIGINT,
"n__of_all_cancers" DOUBLE -- % Of All Cancers
);Anyone who has the link will be able to view this.