https://github.com/juanpablo70/pgad-assignment01
Breast Cancer Coimbra data set analysis
https://github.com/juanpablo70/pgad-assignment01
data data-science dataframe dataset jupyter-notebook matplotlib numpy pandas python
Last synced: about 2 months ago
JSON representation
Breast Cancer Coimbra data set analysis
- Host: GitHub
- URL: https://github.com/juanpablo70/pgad-assignment01
- Owner: JuanPablo70
- Created: 2023-02-27T01:42:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T18:21:08.000Z (almost 3 years ago)
- Last Synced: 2025-09-21T02:43:38.613Z (9 months ago)
- Topics: data, data-science, dataframe, dataset, jupyter-notebook, matplotlib, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Escuela Colombiana de Ingeniería
# Breast Cancer Coimbra data set analysis
This project is an analysis of the Breast Cancer Coimbra data set taken from [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Coimbra) where it reads a cvs file, normalizes its columns, manipulates some data, shows statistical description of some metrics for the dataset variables and plots an histogram, a scatter plot and its correlation matrix.
### Prerequisites
+ Python
+ Jupyter Notebook
+ Git
### Installing
To download this project, you must run the following command down below.
```
git clone https://github.com/JuanPablo70/PGAD-Assignment01.git
```
Open Jupyter Notebook on your computer and open the ```Breast Cancer Coimbra Data Set.ipynb``` file.
### Running the notebook
Once you have opened the ```Breast Cancer Coimbra Data Set.ipynb``` file, run each cell with ```shift``` + ```Enter``` or go to the Cell tab and click on ```Run All``` and see the results.
### Author
Juan Pablo Sánchez Bermúdez