Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atividades realizadas do projeto guiado II #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions exercicios/para-casa/FernandaAgapito/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
## Projeto Guiado II

<br>

# Tabagismo e incidencia de AVC

Data set utilizado Conjunto de dados de previsão de AVC, site Kaggle:
https://www.kaggle.com/datasets/fedesoriano/stroke-prediction-dataset

__________________________________
<br>

## Sou da aréa da saúde 👩‍⚕️ e achei esse data set interresante e que poderia conter insights significativos.

<br>


### TABELA TRATADA COM | 3566 | (100%)

### GERAL NÃO FUMANTES | 1892 | (53.06%)

### GERAL FUMANTES | 1674 | (46.94%)


![](./src/total.png)

<br>

### Fiz uma comparação de genero sobre os fumantes:

- Mulheres fumam mais que os homens;

- Mulheres 929 | (55.50%)

- Homens 744 | (44.44%)

![](./src/HMfumantes.png)

<br>
<br>
<br>

# Total Geral de AVCs = 202

AVC Fumantes = 112

AVC Não fumantes = 90

![Comparação de Fumantes e Não Fumantes com AVC](./src/geral.png)

_______________________
<br>

# Comparação com os AVCs

Total de fumantes e não fumantes e totais de AVCs


Realizado o teste Qui-Quadrado de estatistica para comparar se o tabagismo influenciou em um aumento de AVCs.

| fumante | Sem AVC (0) | Com AVC (1) |
|---------|-------------|-------------|
| Não Fumante (0) | 1802 | 90 |
| Fumante (1) | 1562 | 112 |

-Estatística Qui-Quadrado: 5.858167891171229

-Valor p: 0.015504925057129103

-Existe uma associação significativa
entre ser fumante e ter AVC.

![](./src/comparação.png)

<br>
<br>


# Criado uma consulta SQL

#### Consulta realizada com o total dos fumantes por genero

| Gênero | Total de Fumantes |
|--------|--------------------|
| Female | 929 |
| Male | 744 |
| Other | 1 |







5,111 changes: 5,111 additions & 0 deletions exercicios/para-casa/FernandaAgapito/healthcare.csv

Large diffs are not rendered by default.

595 changes: 595 additions & 0 deletions exercicios/para-casa/FernandaAgapito/proj2.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading