Python Data Analysis Example

Learn to Code Today!

Learn 10x faster: coding, no-code and data skills. Join millions of users mastering new tech skills and accelerating their career with Enki.
Get started

This is part of the “Intro to Data Analysis with Python” series of posts, with content from the Enki app. If you stumbled upon this, you could start from the beginning.

Let's take a look at an example of the data analysis process!

First, we figure out which question we want to answer.

  • I want to find which employees have worked for more than 1000 hours.

This means gathering all the workers' information along with dates they have started working on.

  • Next, we want to measure hours from the beginning of their employment.

If we have the exact dates the employees started work on, as well as how many hours they put in daily/weekly, we can calculate how many hours they have worked for.

  • Then, we have different tools we can use to spot patterns.

Since this is a relatively simple task, there are no patterns to look at here. As an example of a pattern, you could find the day on which people worked most.

  • Analyze/conclude.

After the analysis, we've found that 6 employees have worked more than 1000 hours.

  • Communicate/share findings

After analyzing all employees, these six employees have the most hours put in with Emma having the most.

Analysis result:

💡 You will also learn how to visualize your findings throughout this course.

About Enki

  • Fully personalized online up-skilling
  • Unlimited AI coaching
  • Designed by Silicon Valley experts

More articles

Meet your AI-enabled coach

Professional athletes have a coach for every aspect of their performance. Why can’t you for your work? Enki’s AI-powered coaching on-demand - combined with state of the art, structured learning content - makes this a reality.
1
1:1 AI Coaching
How do I remove duplicate emails?
Convert the list to a set and back to a list. Sets automatically remove duplicates.
2
Personalized Exercises
3
Interactive practice

Unlock full access to all skills on Enki with a 7-day free trial

Get started