ComeçarComece de graça

Random sample of employees

You are an analyst at a company that currently employs 500 individuals. The company wishes to conduct a survey to determine employee satisfaction based on a few identified variables. You and the research team decide to have the sample set at 85 employees. The 85 employees will be part of the survey and will be used as a representation for the total population of 500 employees.

The dataset and pandas have been uploaded for you as employee_satisfaction and pd, respectively.

Este exercício faz parte do curso

Analyzing Survey Data in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Use n parameter to sample 85 employees
____
Editar e executar o código