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

[lab-customer-analysis-round-1] Pedro #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Padb95
Copy link

@Padb95 Padb95 commented Apr 6, 2024

No description provided.

@Goncalo-Nobre
Copy link

Bom trabalho!

No entanto algumas notas:

  1. Para veres se a data é categórica ou numérica basta fazeres isto:

Which columns are numerical?

numerical_cols2 = cars_data.select_dtypes(include = 'number').columns

Which columns are numerical?

numerical_cols3 = cars_data.select_dtypes(include = 'number').columns

  1. A última resposta não é customer == 0. A pergunta é referente ao income ou seja:
    cars_data[cars_data['income']<=0]

Porém, como isto não vai afetar labs futuros não precisas de alterar, tem só atenção as este tópicos.

Bom trabalho!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants