Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 421 Bytes

File metadata and controls

13 lines (13 loc) · 421 Bytes

Data-Science-Projects

This repo contains breast cancer data analysis. Data was obtained from Kaggle to predict the probability of breast cancer patient survival. The following steps were performed.

  • Step 1: Import your data
  • Step 2: Explore your data: head/tail methods info methods descriptive statistics visualize your data
  • Step 3:Clean your data Data type problem Data range problem Duplicate data Missing data