Data Interview Qs - Data Interview Questions: Problem #68

Employee Attrition
Data Analysis Python Pandas Data Manipulation Correlation Pearson's R External Dataset

The following dataset contains the following fields that describe employee attrition for a company:

  • satisfaction_level: value between 0 - 1 that describes how satisfied the employee was at their current role
  • last_evaluation: value between 0 - 1 that describes how well the employee performed
  • number_project: number of projects the employee was on
  • average_montly_hours: average number of hours worked monthly time_spend_company: number of years at the company
  • work_accident: boolean for if the employee has been in an accident at work
  • left: boolean that describes if the employee has left the company
  • role: employee's role
  • salary: low, medium, high --> indicates how high employee salary was

Can you describe which factors are the strongest indicator if an employee is going to attrit?
Hint: If you're having trouble finding a starting point, you can reference this method and this wikipedia page.

Click here to view this problem in an interactive Colab (Jupyter) notebook.





Want the solutions? Upgrade to premium to access detailed solutions to each problem (including this one, as well as the questions you've previously received).

Was this email forwarded to you? You can join our list here to receive questions


Unsubscribe

Older messages

Data Interview Questions: Problem #67

Wednesday, September 9, 2020

Data Interview Qs Naive Bayes Statistics Naive Bayes' Theorem What is Naive Bayes' theorem, and why is it considered 'naive'? Why is it often used in practical applications rather than

Data Interview Questions: Problem #66

Monday, September 7, 2020

Data Interview Qs Alternative array sorting Python Data Structures Arrays Given an array of integers, print the array in alternating min/max order. The first element should be the first maximum, second

Data Interview Questions: Problem #65

Friday, September 4, 2020

Data Interview Qs Breaking down customer transactions in SQL SQL Database Querying Window Function Given the following table containing customer transaction data: Table name: orders order_id channel

Data Interview Questions: Problem #64

Friday, September 4, 2020

Data Interview Qs Application feedback Data Analysis Python Pandas Data Manipulation Your team at Apple released a new feature that collects feedback when an app launches. As part of the Alpha Launch

Data Interview Questions: Problem #63

Monday, August 31, 2020

Data Interview Qs Chi square testing candy distribution Statistics Chi-square Test Suppose Candy Company XYZ produces lollipops. The company claims that 30% of the lollipops are cherry, 60% are grape,

You Might Also Like

📧 Implementing API Gateway Authentication With YARP

Saturday, May 4, 2024

​ Implementing API Gateway Authentication With YARP Read on: m​y website / Read time: 5 minutes BROUGHT TO YOU BY ​ Supercharging Development With AI and APIs ​ ​Announcing Postman v11: Streamline API

Software Testing Weekly - Issue 218

Friday, May 3, 2024

Unit, Integration and End-to-End Tests 🔧 View on the Web Archives ISSUE 218 May 4th 2024 COMMENT Welcome to the 218th issue! I loved going through this discussion among software engineers: What is your

gpt2-chatbot and OpenAI search engine - Weekly News Roundup - Issue #465

Friday, May 3, 2024

Plus: Med-Gemini; Vidu - Chinese answer to OpenAI's Sora; the first race of Abu Dhabi Autonomous Racing League; deepfaking celebrities to teach math and physics; and more! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

NASA comes to the rescue of crowded rocket launch sites

Friday, May 3, 2024

Plus: Fisker's legal woes and Sprinklr lays off 100 View this email online in your browser By Christine Hall Friday, May 3, 2024 Good afternoon, and welcome to TechCrunch PM. We made it to Friday,

🎮 Forget the PS5 Pro, I Still Love My PS4 — The Best Lock Screen Widgets for iPhone

Friday, May 3, 2024

Also: Smart Home Mistakes to Avoid, and More! How-To Geek Logo May 3, 2024 Did You Know Half of the world's geysers are located in Yellowstone National Park. 🔑 More Passkeys Happy Friday! You can

JSK Daily for May 3, 2024

Friday, May 3, 2024

JSK Daily for May 3, 2024 View this email in your browser A community curated daily e-mail of JavaScript news The Power of React's Virtual DOM: A Comprehensive Explanation Modern JavaScript

Musk raises $6B for AI startup

Friday, May 3, 2024

Also, is TikTok dodging Apple's commissions? View this email online in your browser By Haje Jan Kamps Friday, May 3, 2024 Welcome to Startups Weekly — Haje's weekly recap of everything you can

SWLW #597: Seek first to understand, The "Iterative Adjacent Possible", and more.

Friday, May 3, 2024

Weekly articles & videos about people, culture and leadership: everything you need to design the org that makes the product. A weekly newsletter by Oren Ellenbogen with the best content I found

iOS Dev Weekly - Issue 659

Friday, May 3, 2024

Is Swift 6 hitting one of the REAL hard problems? Not generics, not data race safety, but naming things! 😬 View on the Web Archives ISSUE 659 May 3rd 2024 Comment Naming things is one of the two hard

Daily Coding Problem: Problem #1430 [Easy]

Friday, May 3, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. You have a large array with most of the elements as zero. Use a more space-